Shades of Shilo #DCADA8
Tints of Shilo #DCADA8
RGB
CMYK
RGB Variations
Color information
#DCADA8 (or 0xDCADA8) is known color: Shilo. HEX triplet: DC, AD and A8. RGB value is (220,173,168). Sum of RGB (Red+Green+Blue) = 220+173+168=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADA8 is #235257. Grayscale: #BABABA. Windows color (decimal): -2314840 or 11054556. OLE color: 11054556.
HSL color Cylindrical-coordinate representation of color #DCADA8: hue angle of 5.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCADA8 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 168 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.14 |
| HSL | 5.77º | 0.43% | 0.76% | - |
| HSV(B) | 5.77º | 0.24% | 0.86% | - |
| XYZ | 51.53 | 47.93 | 43.58 | - |
| YUV | 186.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 168 | 0 | 0.21 | 0.24 | 0.14 | 5.77 | 0.43 | 0.76 |
| Hex | DC | AD | A8 | 0 | 15 | 18 | E | 6 | 2B | 4C |
| Octal | 334 | 255 | 250 | 0 | 25 | 30 | 16 | 6 | 53 | 114 |
| Binary | 11011100 | 10101101 | 10101000 | 0 | 10101 | 11000 | 1110 | 110 | 101011 | 1001100 |
Color Harmonies of #DCADA8
Complementary color
Monochromatic Colors of #DCADA8
Black with #DCADA8
Text Example
Text Example
White with #DCADA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADA8; }
p { color: rgb(220,173,168); }
H1.HeaderClassName
{
color: #DCADA8;
}
.AnyTagClassName
{
color: #DCADA8;
}
</style>
background-color css
<style>
a { background-color: #DCADA8; }
a { background-color: rgb(220,173,168); }
div.DivClassName
{
background-color: #DCADA8;
}
.BgClassName
{
background-color: #DCADA8;
}
</style>
border-color css
<style>
span { border-color: #DCADA8; }
span { border-color: rgb(220,173,168); }
td.TdClassName
{
border-color: #DCADA8;
}
.TagClassName
{
border-color: #DCADA8;
}
</style>