#DFAE9E

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

Shades of Shilo #DFAE9E

Tints of Shilo #DFAE9E

Color information

#DFAE9E (or 0xDFAE9E) is unknown color: approx Shilo. HEX triplet: DF, AE and 9E. RGB value is (223,174,158). Sum of RGB (Red+Green+Blue) = 223+174+158=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE9E is #205161. Grayscale: #BABABA. Windows color (decimal): -2117986 or 10399455. OLE color: 10399455.

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

Color convert

RGB223174158-
CMYK00.220.290.13
HSL14.77º50.39%74.71%-
HSV(B)14.77º29.15%87.45%-
XYZ51.7448.4338.97-
YUV186.83111.73153.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=40.18%
G=31.35%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317415800.220.290.1314.7750.3974.71
HexDFAE9E0161DDf324b
Octal33725623602635151762113
Binary11011111101011101001111001011011101110111111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE9E; }

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

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

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

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

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

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

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

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