#DF814F

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

Shades of Jaffa #DF814F

Tints of Jaffa #DF814F

Color information

#DF814F (or 0xDF814F) is unknown color: approx Jaffa. HEX triplet: DF, 81 and 4F. RGB value is (223,129,79). Sum of RGB (Red+Green+Blue) = 223+129+79=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF814F is #207EB0. Grayscale: #979797. Windows color (decimal): -2129585 or 5210591. OLE color: 5210591.

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

Color convert

RGB22312979-
CMYK00.420.650.13
HSL20.83º69.23%59.22%-
HSV(B)20.83º64.57%87.45%-
XYZ39.6931.9511.47-
YUV151.4187.14179.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.74%
GREEN value IS 129 (50.78% from 255) = 29.93%
BLUE value IS 79 (31.25% from 255) = 18.33%
R=51.74%
G=29.93%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231297900.420.650.1320.8369.2359.22
HexDF814F02A41D15453b
Octal337201117052101152510573
Binary11011111100000011001111010101010000011101101011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF814F; }

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

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

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

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

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

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

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

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