#DFAC9F

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

Shades of Shilo #DFAC9F

Tints of Shilo #DFAC9F

Color information

#DFAC9F (or 0xDFAC9F) is unknown color: approx Shilo. HEX triplet: DF, AC and 9F. RGB value is (223,172,159). Sum of RGB (Red+Green+Blue) = 223+172+159=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAC9F is #205360. Grayscale: #B9B9B9. Windows color (decimal): -2118497 or 10464479. OLE color: 10464479.

HSL color Cylindrical-coordinate representation of color #DFAC9F: hue angle of 12.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFAC9F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB223172159-
CMYK00.230.290.13
HSL12.19º50%74.9%-
HSV(B)12.19º28.7%87.45%-
XYZ51.4447.739.3-
YUV185.77112.9154.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=40.25%
G=31.05%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317215900.230.290.1312.195074.9
HexDFAC9F0171DDc324b
Octal33725423702735151462113
Binary11011111101011001001111101011111101110111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAC9F; }

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

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

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

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

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

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

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

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