#DF814D

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

Shades of Jaffa #DF814D

Tints of Jaffa #DF814D

Color information

#DF814D (or 0xDF814D) is unknown color: approx Jaffa. HEX triplet: DF, 81 and 4D. RGB value is (223,129,77). Sum of RGB (Red+Green+Blue) = 223+129+77=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF814D is #207EB2. Grayscale: #979797. Windows color (decimal): -2129587 or 5079519. OLE color: 5079519.

HSL color Cylindrical-coordinate representation of color #DF814D: hue angle of 21.37º degrees, saturation: 0.7, 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 #DF814D is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22312977-
CMYK00.420.650.13
HSL21.37º69.52%58.82%-
HSV(B)21.37º65.47%87.45%-
XYZ39.6231.9211.09-
YUV151.1886.14179.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.98%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=51.98%
G=30.07%
B=17.95%

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
Decimal2231297700.420.650.1321.3769.5258.82
HexDF814D02A41D15463b
Octal337201115052101152510673
Binary11011111100000011001101010101010000011101101011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF814D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF814D; }

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

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

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

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

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

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

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

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