Shades of Calico #D8AC84
Tints of Calico #D8AC84
RGB
CMYK
RGB Variations
Color information
#D8AC84 (or 0xD8AC84) is known color: Calico. HEX triplet: D8, AC and 84. RGB value is (216,172,132). Sum of RGB (Red+Green+Blue) = 216+172+132=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC84 is #27537B. Grayscale: #B4B4B4. Windows color (decimal): -2577276 or 8695000. OLE color: 8695000.
HSL color Cylindrical-coordinate representation of color #D8AC84: hue angle of 28.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8AC84 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 132 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.15 |
| HSL | 28.57º | 0.52% | 0.68% | - |
| HSV(B) | 28.57º | 0.39% | 0.85% | - |
| XYZ | 47.24 | 45.77 | 28.17 | - |
| YUV | 180.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 132 | 0 | 0.20 | 0.39 | 0.15 | 28.57 | 0.52 | 0.68 |
| Hex | D8 | AC | 84 | 0 | 14 | 27 | F | 1D | 34 | 44 |
| Octal | 330 | 254 | 204 | 0 | 24 | 47 | 17 | 35 | 64 | 104 |
| Binary | 11011000 | 10101100 | 10000100 | 0 | 10100 | 100111 | 1111 | 11101 | 110100 | 1000100 |
Color Harmonies of #D8AC84
Complementary color
Monochromatic Colors of #D8AC84
Black with #D8AC84
Text Example
Text Example
White with #D8AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC84; }
p { color: rgb(216,172,132); }
H1.HeaderClassName
{
color: #D8AC84;
}
.AnyTagClassName
{
color: #D8AC84;
}
</style>
background-color css
<style>
a { background-color: #D8AC84; }
a { background-color: rgb(216,172,132); }
div.DivClassName
{
background-color: #D8AC84;
}
.BgClassName
{
background-color: #D8AC84;
}
</style>
border-color css
<style>
span { border-color: #D8AC84; }
span { border-color: rgb(216,172,132); }
td.TdClassName
{
border-color: #D8AC84;
}
.TagClassName
{
border-color: #D8AC84;
}
</style>