#DCAD9F

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

Shades of Shilo #DCAD9F

Tints of Shilo #DCAD9F

Color information

#DCAD9F (or 0xDCAD9F) is unknown color: approx Shilo. HEX triplet: DC, AD and 9F. RGB value is (220,173,159). Sum of RGB (Red+Green+Blue) = 220+173+159=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 159 (62.5% from 255 or 28.80% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9F is #235260. Grayscale: #B9B9B9. Windows color (decimal): -2314849 or 10464732. OLE color: 10464732.

HSL color Cylindrical-coordinate representation of color #DCAD9F: hue angle of 13.77º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAD9F is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220173159-
CMYK00.210.280.14
HSL13.77º46.56%74.31%-
HSV(B)13.77º27.73%86.27%-
XYZ50.7247.6139.32-
YUV185.46113.07152.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 159 (62.5% from 255) = 28.80%
R=39.86%
G=31.34%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017315900.210.280.1413.7746.5674.31
HexDCAD9F0151CEe2f4a
Octal33425523702534161657112
Binary11011100101011011001111101010111100111011101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD9F; }

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

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

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

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

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

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

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

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