#DFAD9C

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

Shades of Shilo #DFAD9C

Tints of Shilo #DFAD9C

Color information

#DFAD9C (or 0xDFAD9C) is unknown color: approx Shilo. HEX triplet: DF, AD and 9C. RGB value is (223,173,156). Sum of RGB (Red+Green+Blue) = 223+173+156=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD9C is #205263. Grayscale: #BABABA. Windows color (decimal): -2118244 or 10268127. OLE color: 10268127.

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

Color convert

RGB223173156-
CMYK00.220.300.13
HSL15.22º51.15%74.31%-
HSV(B)15.22º30.04%87.45%-
XYZ51.3847.9838-
YUV186.01111.06154.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.40%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=40.40%
G=31.34%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317315600.220.300.1315.2251.1574.31
HexDFAD9C0161EDf334a
Octal33725523402636151763112
Binary11011111101011011001110001011011110110111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD9C; }

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

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

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

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

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

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

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

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