Shades of Shilo #DCAEA4
Tints of Shilo #DCAEA4
RGB
CMYK
RGB Variations
Color information
#DCAEA4 (or 0xDCAEA4) is known color: Shilo. HEX triplet: DC, AE and A4. RGB value is (220,174,164). Sum of RGB (Red+Green+Blue) = 220+174+164=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAEA4 is #23515B. Grayscale: #BABABA. Windows color (decimal): -2314588 or 10792668. OLE color: 10792668.
HSL color Cylindrical-coordinate representation of color #DCAEA4: hue angle of 10.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAEA4 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 164 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.14 |
| HSL | 10.71º | 0.44% | 0.75% | - |
| HSV(B) | 10.71º | 0.25% | 0.86% | - |
| XYZ | 51.35 | 48.17 | 41.71 | - |
| YUV | 186.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 164 | 0 | 0.21 | 0.25 | 0.14 | 10.71 | 0.44 | 0.75 |
| Hex | DC | AE | A4 | 0 | 15 | 19 | E | B | 2C | 4B |
| Octal | 334 | 256 | 244 | 0 | 25 | 31 | 16 | 13 | 54 | 113 |
| Binary | 11011100 | 10101110 | 10100100 | 0 | 10101 | 11001 | 1110 | 1011 | 101100 | 1001011 |
Color Harmonies of #DCAEA4
Complementary color
Monochromatic Colors of #DCAEA4
Black with #DCAEA4
Text Example
Text Example
White with #DCAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEA4; }
p { color: rgb(220,174,164); }
H1.HeaderClassName
{
color: #DCAEA4;
}
.AnyTagClassName
{
color: #DCAEA4;
}
</style>
background-color css
<style>
a { background-color: #DCAEA4; }
a { background-color: rgb(220,174,164); }
div.DivClassName
{
background-color: #DCAEA4;
}
.BgClassName
{
background-color: #DCAEA4;
}
</style>
border-color css
<style>
span { border-color: #DCAEA4; }
span { border-color: rgb(220,174,164); }
td.TdClassName
{
border-color: #DCAEA4;
}
.TagClassName
{
border-color: #DCAEA4;
}
</style>