Shades of Shilo #DCADA2
Tints of Shilo #DCADA2
RGB
CMYK
RGB Variations
Color information
#DCADA2 (or 0xDCADA2) is known color: Shilo. HEX triplet: DC, AD and A2. RGB value is (220,173,162). Sum of RGB (Red+Green+Blue) = 220+173+162=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCADA2 is #23525D. Grayscale: #B9B9B9. Windows color (decimal): -2314846 or 10661340. OLE color: 10661340.
HSL color Cylindrical-coordinate representation of color #DCADA2: hue angle of 11.38º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCADA2 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 173 | 162 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.14 |
| HSL | 11.38º | 0.45% | 0.75% | - |
| HSV(B) | 11.38º | 0.26% | 0.86% | - |
| XYZ | 50.98 | 47.71 | 40.7 | - |
| YUV | 185.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 162 | 0 | 0.21 | 0.26 | 0.14 | 11.38 | 0.45 | 0.75 |
| Hex | DC | AD | A2 | 0 | 15 | 1A | E | B | 2D | 4B |
| Octal | 334 | 255 | 242 | 0 | 25 | 32 | 16 | 13 | 55 | 113 |
| Binary | 11011100 | 10101101 | 10100010 | 0 | 10101 | 11010 | 1110 | 1011 | 101101 | 1001011 |
Color Harmonies of #DCADA2
Complementary color
Monochromatic Colors of #DCADA2
Black with #DCADA2
Text Example
Text Example
White with #DCADA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADA2; }
p { color: rgb(220,173,162); }
H1.HeaderClassName
{
color: #DCADA2;
}
.AnyTagClassName
{
color: #DCADA2;
}
</style>
background-color css
<style>
a { background-color: #DCADA2; }
a { background-color: rgb(220,173,162); }
div.DivClassName
{
background-color: #DCADA2;
}
.BgClassName
{
background-color: #DCADA2;
}
</style>
border-color css
<style>
span { border-color: #DCADA2; }
span { border-color: rgb(220,173,162); }
td.TdClassName
{
border-color: #DCADA2;
}
.TagClassName
{
border-color: #DCADA2;
}
</style>