#DFAE9B

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

Shades of Shilo #DFAE9B

Tints of Shilo #DFAE9B

Color information

#DFAE9B (or 0xDFAE9B) is unknown color: approx Shilo. HEX triplet: DF, AE and 9B. RGB value is (223,174,155). Sum of RGB (Red+Green+Blue) = 223+174+155=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAE9B is #205164. Grayscale: #BABABA. Windows color (decimal): -2117989 or 10202847. OLE color: 10202847.

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

Color convert

RGB223174155-
CMYK00.220.300.13
HSL16.76º51.52%74.12%-
HSV(B)16.76º30.49%87.45%-
XYZ51.4848.3337.62-
YUV186.48110.23154.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=40.40%
G=31.52%
B=28.08%

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
Decimal22317415500.220.300.1316.7651.5274.12
HexDFAE9B0161ED11344a
Octal33725623302636152164112
Binary110111111010111010011011010110111101101100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAE9B; }

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

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

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

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

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

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

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

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