#DFA59E

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

Shades of Shilo #DFA59E

Tints of Shilo #DFA59E

Color information

#DFA59E (or 0xDFA59E) is unknown color: approx Shilo. HEX triplet: DF, A5 and 9E. RGB value is (223,165,158). Sum of RGB (Red+Green+Blue) = 223+165+158=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFA59E is #205A61. Grayscale: #B5B5B5. Windows color (decimal): -2120290 or 10397151. OLE color: 10397151.

HSL color Cylindrical-coordinate representation of color #DFA59E: hue angle of 6.46º 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 #DFA59E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223165158-
CMYK00.260.290.13
HSL6.46º50.39%74.71%-
HSV(B)6.46º29.15%87.45%-
XYZ50.0645.0738.41-
YUV181.54114.72157.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 165 (64.84% from 255) = 30.22%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=40.84%
G=30.22%
B=28.94%

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
Decimal22316515800.260.290.136.4650.3974.71
HexDFA59E01A1DD6324b
Octal3372452360323515662113
Binary1101111110100101100111100110101110111011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA59E; }

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

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

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

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

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

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

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

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