#DFAB9D

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

Shades of Shilo #DFAB9D

Tints of Shilo #DFAB9D

Color information

#DFAB9D (or 0xDFAB9D) is unknown color: approx Shilo. HEX triplet: DF, AB and 9D. RGB value is (223,171,157). Sum of RGB (Red+Green+Blue) = 223+171+157=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAB9D is #205462. Grayscale: #B9B9B9. Windows color (decimal): -2118755 or 10333151. OLE color: 10333151.

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

Color convert

RGB223171157-
CMYK00.230.300.13
HSL12.73º50.77%74.51%-
HSV(B)12.73º29.6%87.45%-
XYZ51.0847.2538.33-
YUV184.95112.23155.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=40.47%
G=31.03%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317115700.230.300.1312.7350.7774.51
HexDFAB9D0171EDd334b
Octal33725323502736151563113
Binary11011111101010111001110101011111110110111011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAB9D; }

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

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

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

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

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

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

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

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