#df8147

Color #DF8147 Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DF8147

Tints of Jaffa #DF8147

Color information

#DF8147 (or 0xDF8147) is unknown color: approx Jaffa. HEX triplet: DF, 81 and 47. RGB value is (223,129,71). Sum of RGB (Red+Green+Blue) = 223+129+71=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8147 is #207EB8. Grayscale: #969696. Windows color (decimal): -2129593 or 4686303. OLE color: 4686303.

HSL color Cylindrical-coordinate representation of color #DF8147: hue angle of 22.89º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF8147 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22312971-
CMYK00.420.680.13
HSL22.89º70.37%57.65%-
HSV(B)22.89º68.16%87.45%-
XYZ39.4231.8410.03-
YUV150.4983.14179.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 52.72%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 71 (28.12% from 255) = 16.78%
R=52.72%
G=30.50%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231297100.420.680.1322.8970.3757.65
HexDF814702A44D17463a
Octal337201107052104152710672
Binary11011111100000011000111010101010001001101101111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df8147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df8147; }

 p { color: rgb(223,129,71); }

 H1.HeaderClassName
 {
   color: #df8147;
 }
 .AnyTagClassName
 {
   color: #df8147;
 }
</style>
background-color css

<style>
 a { background-color: #df8147; }

 a { background-color: rgb(223,129,71); }

 div.DivClassName
 {
   background-color: #df8147;
 }
 .BgClassName
 {
   background-color: #df8147;
 }
</style>
border-color css

<style>
 span { border-color: #df8147; }

 span { border-color: rgb(223,129,71); }

 td.TdClassName
 {
   border-color: #df8147;
 }
 .TagClassName
 {
   border-color: #df8147;
 }
</style>