Shades of Shilo #DCAD9C
Tints of Shilo #DCAD9C
RGB
CMYK
RGB Variations
Color information
#DCAD9C (or 0xDCAD9C) is known color: Shilo. HEX triplet: DC, AD and 9C. RGB value is (220,173,156). Sum of RGB (Red+Green+Blue) = 220+173+156=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD9C is #235263. Grayscale: #B9B9B9. Windows color (decimal): -2314852 or 10268124. OLE color: 10268124.
HSL color Cylindrical-coordinate representation of color #DCAD9C: hue angle of 15.94º degrees, saturation: 0.48, 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 #DCAD9C is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 156 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.14 |
| HSL | 15.94º | 0.48% | 0.74% | - |
| HSV(B) | 15.94º | 0.29% | 0.86% | - |
| XYZ | 50.46 | 47.5 | 37.96 | - |
| YUV | 185.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 156 | 0 | 0.21 | 0.29 | 0.14 | 15.94 | 0.48 | 0.74 |
| Hex | DC | AD | 9C | 0 | 15 | 1D | E | 10 | 30 | 4A |
| Octal | 334 | 255 | 234 | 0 | 25 | 35 | 16 | 20 | 60 | 112 |
| Binary | 11011100 | 10101101 | 10011100 | 0 | 10101 | 11101 | 1110 | 10000 | 110000 | 1001010 |
Color Harmonies of #DCAD9C
Complementary color
Monochromatic Colors of #DCAD9C
Black with #DCAD9C
Text Example
Text Example
White with #DCAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAD9C; }
p { color: rgb(220,173,156); }
H1.HeaderClassName
{
color: #DCAD9C;
}
.AnyTagClassName
{
color: #DCAD9C;
}
</style>
background-color css
<style>
a { background-color: #DCAD9C; }
a { background-color: rgb(220,173,156); }
div.DivClassName
{
background-color: #DCAD9C;
}
.BgClassName
{
background-color: #DCAD9C;
}
</style>
border-color css
<style>
span { border-color: #DCAD9C; }
span { border-color: rgb(220,173,156); }
td.TdClassName
{
border-color: #DCAD9C;
}
.TagClassName
{
border-color: #DCAD9C;
}
</style>