#DFAA9C

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

Shades of Shilo #DFAA9C

Tints of Shilo #DFAA9C

Color information

#DFAA9C (or 0xDFAA9C) is unknown color: approx Shilo. HEX triplet: DF, AA and 9C. RGB value is (223,170,156). Sum of RGB (Red+Green+Blue) = 223+170+156=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAA9C is #205563. Grayscale: #B8B8B8. Windows color (decimal): -2119012 or 10267359. OLE color: 10267359.

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

Color convert

RGB223170156-
CMYK00.240.300.13
HSL12.54º51.15%74.31%-
HSV(B)12.54º30.04%87.45%-
XYZ50.8146.8437.82-
YUV184.25112.06155.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=40.62%
G=30.97%
B=28.42%

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
Decimal22317015600.240.300.1312.5451.1574.31
HexDFAA9C0181EDd334a
Octal33725223403036151563112
Binary11011111101010101001110001100011110110111011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAA9C; }

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

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

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

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

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

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

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

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