#DFAD9F

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

Shades of Shilo #DFAD9F

Tints of Shilo #DFAD9F

Color information

#DFAD9F (or 0xDFAD9F) is unknown color: approx Shilo. HEX triplet: DF, AD and 9F. RGB value is (223,173,159). Sum of RGB (Red+Green+Blue) = 223+173+159=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD9F is #205260. Grayscale: #BABABA. Windows color (decimal): -2118241 or 10464735. OLE color: 10464735.

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

Color convert

RGB223173159-
CMYK00.220.290.13
HSL13.13º50%74.9%-
HSV(B)13.13º28.7%87.45%-
XYZ51.6348.0839.36-
YUV186.35112.56154.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 159 (62.5% from 255) = 28.65%
R=40.18%
G=31.17%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317315900.220.290.1313.135074.9
HexDFAD9F0161DDd324b
Octal33725523702635151562113
Binary11011111101011011001111101011011101110111011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD9F; }

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

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

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

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

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

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

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

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