#DFAC9D

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

Shades of Shilo #DFAC9D

Tints of Shilo #DFAC9D

Color information

#DFAC9D (or 0xDFAC9D) is unknown color: approx Shilo. HEX triplet: DF, AC and 9D. RGB value is (223,172,157). Sum of RGB (Red+Green+Blue) = 223+172+157=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC9D is #205362. Grayscale: #B9B9B9. Windows color (decimal): -2118499 or 10333407. OLE color: 10333407.

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

Color convert

RGB223172157-
CMYK00.230.300.13
HSL13.64º50.77%74.51%-
HSV(B)13.64º29.6%87.45%-
XYZ51.2747.6338.39-
YUV185.54111.9154.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=40.40%
G=31.16%
B=28.44%

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
Decimal22317215700.230.300.1313.6450.7774.51
HexDFAC9D0171EDe334b
Octal33725423502736151663113
Binary11011111101011001001110101011111110110111101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC9D; }

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

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

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

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

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

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

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

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