Shades of Shilo #DCAA9F
Tints of Shilo #DCAA9F
RGB
CMYK
RGB Variations
Color information
#DCAA9F (or 0xDCAA9F) is known color: Shilo. HEX triplet: DC, AA and 9F. RGB value is (220,170,159). Sum of RGB (Red+Green+Blue) = 220+170+159=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAA9F is #235560. Grayscale: #B7B7B7. Windows color (decimal): -2315617 or 10463964. OLE color: 10463964.
HSL color Cylindrical-coordinate representation of color #DCAA9F: hue angle of 10.82º 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 #DCAA9F is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 159 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.14 |
| HSL | 10.82º | 0.47% | 0.74% | - |
| HSV(B) | 10.82º | 0.28% | 0.86% | - |
| XYZ | 50.15 | 46.47 | 39.13 | - |
| YUV | 183.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 159 | 0 | 0.23 | 0.28 | 0.14 | 10.82 | 0.47 | 0.74 |
| Hex | DC | AA | 9F | 0 | 17 | 1C | E | B | 2F | 4A |
| Octal | 334 | 252 | 237 | 0 | 27 | 34 | 16 | 13 | 57 | 112 |
| Binary | 11011100 | 10101010 | 10011111 | 0 | 10111 | 11100 | 1110 | 1011 | 101111 | 1001010 |
Color Harmonies of #DCAA9F
Complementary color
Monochromatic Colors of #DCAA9F
Black with #DCAA9F
Text Example
Text Example
White with #DCAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA9F; }
p { color: rgb(220,170,159); }
H1.HeaderClassName
{
color: #DCAA9F;
}
.AnyTagClassName
{
color: #DCAA9F;
}
</style>
background-color css
<style>
a { background-color: #DCAA9F; }
a { background-color: rgb(220,170,159); }
div.DivClassName
{
background-color: #DCAA9F;
}
.BgClassName
{
background-color: #DCAA9F;
}
</style>
border-color css
<style>
span { border-color: #DCAA9F; }
span { border-color: rgb(220,170,159); }
td.TdClassName
{
border-color: #DCAA9F;
}
.TagClassName
{
border-color: #DCAA9F;
}
</style>