Shades of Shilo #DCAD9D
Tints of Shilo #DCAD9D
RGB
CMYK
RGB Variations
Color information
#DCAD9D (or 0xDCAD9D) is known color: Shilo. HEX triplet: DC, AD and 9D. RGB value is (220,173,157). Sum of RGB (Red+Green+Blue) = 220+173+157=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9D is #235262. Grayscale: #B9B9B9. Windows color (decimal): -2314851 or 10333660. OLE color: 10333660.
HSL color Cylindrical-coordinate representation of color #DCAD9D: hue angle of 15.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCAD9D is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 157 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.14 |
| HSL | 15.24º | 0.47% | 0.74% | - |
| HSV(B) | 15.24º | 0.29% | 0.86% | - |
| XYZ | 50.54 | 47.54 | 38.41 | - |
| YUV | 185.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 157 | 0 | 0.21 | 0.29 | 0.14 | 15.24 | 0.47 | 0.74 |
| Hex | DC | AD | 9D | 0 | 15 | 1D | E | F | 2F | 4A |
| Octal | 334 | 255 | 235 | 0 | 25 | 35 | 16 | 17 | 57 | 112 |
| Binary | 11011100 | 10101101 | 10011101 | 0 | 10101 | 11101 | 1110 | 1111 | 101111 | 1001010 |
Color Harmonies of #DCAD9D
Complementary color
Monochromatic Colors of #DCAD9D
Black with #DCAD9D
Text Example
Text Example
White with #DCAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD9D; }
p { color: rgb(220,173,157); }
H1.HeaderClassName
{
color: #DCAD9D;
}
.AnyTagClassName
{
color: #DCAD9D;
}
</style>
background-color css
<style>
a { background-color: #DCAD9D; }
a { background-color: rgb(220,173,157); }
div.DivClassName
{
background-color: #DCAD9D;
}
.BgClassName
{
background-color: #DCAD9D;
}
</style>
border-color css
<style>
span { border-color: #DCAD9D; }
span { border-color: rgb(220,173,157); }
td.TdClassName
{
border-color: #DCAD9D;
}
.TagClassName
{
border-color: #DCAD9D;
}
</style>