Shades of Shilo #DCAE9D
Tints of Shilo #DCAE9D
RGB
CMYK
RGB Variations
Color information
#DCAE9D (or 0xDCAE9D) is known color: Shilo. HEX triplet: DC, AE and 9D. RGB value is (220,174,157). Sum of RGB (Red+Green+Blue) = 220+174+157=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAE9D is #235162. Grayscale: #B9B9B9. Windows color (decimal): -2314595 or 10333916. OLE color: 10333916.
HSL color Cylindrical-coordinate representation of color #DCAE9D: hue angle of 16.19º 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 #DCAE9D is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 157 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.14 |
| HSL | 16.19º | 0.47% | 0.74% | - |
| HSV(B) | 16.19º | 0.29% | 0.86% | - |
| XYZ | 50.74 | 47.92 | 38.47 | - |
| YUV | 185.82 | 111.74 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 157 | 0 | 0.21 | 0.29 | 0.14 | 16.19 | 0.47 | 0.74 |
| Hex | DC | AE | 9D | 0 | 15 | 1D | E | 10 | 2F | 4A |
| Octal | 334 | 256 | 235 | 0 | 25 | 35 | 16 | 20 | 57 | 112 |
| Binary | 11011100 | 10101110 | 10011101 | 0 | 10101 | 11101 | 1110 | 10000 | 101111 | 1001010 |
Color Harmonies of #DCAE9D
Complementary color
Monochromatic Colors of #DCAE9D
Black with #DCAE9D
Text Example
Text Example
White with #DCAE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE9D; }
p { color: rgb(220,174,157); }
H1.HeaderClassName
{
color: #DCAE9D;
}
.AnyTagClassName
{
color: #DCAE9D;
}
</style>
background-color css
<style>
a { background-color: #DCAE9D; }
a { background-color: rgb(220,174,157); }
div.DivClassName
{
background-color: #DCAE9D;
}
.BgClassName
{
background-color: #DCAE9D;
}
</style>
border-color css
<style>
span { border-color: #DCAE9D; }
span { border-color: rgb(220,174,157); }
td.TdClassName
{
border-color: #DCAE9D;
}
.TagClassName
{
border-color: #DCAE9D;
}
</style>