#DFAE9C

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

Shades of Shilo #DFAE9C

Tints of Shilo #DFAE9C

Color information

#DFAE9C (or 0xDFAE9C) is unknown color: approx Shilo. HEX triplet: DF, AE and 9C. RGB value is (223,174,156). Sum of RGB (Red+Green+Blue) = 223+174+156=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE9C is #205163. Grayscale: #BABABA. Windows color (decimal): -2117988 or 10268383. OLE color: 10268383.

HSL color Cylindrical-coordinate representation of color #DFAE9C: hue angle of 16.12º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFAE9C is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223174156-
CMYK00.220.300.13
HSL16.12º51.15%74.31%-
HSV(B)16.12º30.04%87.45%-
XYZ51.5748.3638.07-
YUV186.6110.73153.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=40.33%
G=31.46%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317415600.220.300.1316.1251.1574.31
HexDFAE9C0161ED10334a
Octal33725623402636152063112
Binary110111111010111010011100010110111101101100001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE9C; }

 p { color: rgb(223,174,156); }

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

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

 a { background-color: rgb(223,174,156); }

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

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

 span { border-color: rgb(223,174,156); }

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