#DFAD9E

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

Shades of Shilo #DFAD9E

Tints of Shilo #DFAD9E

Color information

#DFAD9E (or 0xDFAD9E) is unknown color: approx Shilo. HEX triplet: DF, AD and 9E. RGB value is (223,173,158). Sum of RGB (Red+Green+Blue) = 223+173+158=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFAD9E is #205261. Grayscale: #BABABA. Windows color (decimal): -2118242 or 10399199. OLE color: 10399199.

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

Color convert

RGB223173158-
CMYK00.220.290.13
HSL13.85º50.39%74.71%-
HSV(B)13.85º29.15%87.45%-
XYZ51.5548.0438.9-
YUV186.24112.06154.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 158 (62.11% from 255) = 28.52%
R=40.25%
G=31.23%
B=28.52%

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
Decimal22317315800.220.290.1313.8550.3974.71
HexDFAD9E0161DDe324b
Octal33725523602635151662113
Binary11011111101011011001111001011011101110111101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFAD9E; }

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

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

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

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

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

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

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

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