#DFAA9D

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

Shades of Shilo #DFAA9D

Tints of Shilo #DFAA9D

Color information

#DFAA9D (or 0xDFAA9D) is unknown color: approx Shilo. HEX triplet: DF, AA and 9D. RGB value is (223,170,157). Sum of RGB (Red+Green+Blue) = 223+170+157=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9D is #205562. Grayscale: #B8B8B8. Windows color (decimal): -2119011 or 10332895. OLE color: 10332895.

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

Color convert

RGB223170157-
CMYK00.240.300.13
HSL11.82º50.77%74.51%-
HSV(B)11.82º29.6%87.45%-
XYZ50.8946.8738.26-
YUV184.36112.56155.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=40.55%
G=30.91%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317015700.240.300.1311.8250.7774.51
HexDFAA9D0181EDc334b
Octal33725223503036151463113
Binary11011111101010101001110101100011110110111001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA9D; }

 p { color: rgb(223,170,157); }

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

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

 a { background-color: rgb(223,170,157); }

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

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

 span { border-color: rgb(223,170,157); }

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