#DFA59F

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

Shades of Shilo #DFA59F

Tints of Shilo #DFA59F

Color information

#DFA59F (or 0xDFA59F) is unknown color: approx Shilo. HEX triplet: DF, A5 and 9F. RGB value is (223,165,159). Sum of RGB (Red+Green+Blue) = 223+165+159=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 165 (64.84% from 255 or 30.16% from 547); Blue value is 159 (62.5% from 255 or 29.07% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59F is #205A60. Grayscale: #B5B5B5. Windows color (decimal): -2120289 or 10462687. OLE color: 10462687.

HSL color Cylindrical-coordinate representation of color #DFA59F: hue angle of 5.63º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA59F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223165159-
CMYK00.260.290.13
HSL5.63º50%74.9%-
HSV(B)5.63º28.7%87.45%-
XYZ50.1445.138.86-
YUV181.66115.22157.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.77%
GREEN value IS 165 (64.84% from 255) = 30.16%
BLUE value IS 159 (62.5% from 255) = 29.07%
R=40.77%
G=30.16%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316515900.260.290.135.635074.9
HexDFA59F01A1DD6324b
Octal3372452370323515662113
Binary1101111110100101100111110110101110111011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA59F; }

 p { color: rgb(223,165,159); }

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

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

 a { background-color: rgb(223,165,159); }

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

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

 span { border-color: rgb(223,165,159); }

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