Shades of Calico #D8AC87
Tints of Calico #D8AC87
RGB
CMYK
RGB Variations
Color information
#D8AC87 (or 0xD8AC87) is known color: Calico. HEX triplet: D8, AC and 87. RGB value is (216,172,135). Sum of RGB (Red+Green+Blue) = 216+172+135=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AC87 is #275378. Grayscale: #B5B5B5. Windows color (decimal): -2577273 or 8891608. OLE color: 8891608.
HSL color Cylindrical-coordinate representation of color #D8AC87: hue angle of 27.41º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8AC87 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 135 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.15 |
| HSL | 27.41º | 0.51% | 0.69% | - |
| HSV(B) | 27.41º | 0.38% | 0.85% | - |
| XYZ | 47.44 | 45.85 | 29.27 | - |
| YUV | 180.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 135 | 0 | 0.20 | 0.38 | 0.15 | 27.41 | 0.51 | 0.69 |
| Hex | D8 | AC | 87 | 0 | 14 | 26 | F | 1B | 33 | 45 |
| Octal | 330 | 254 | 207 | 0 | 24 | 46 | 17 | 33 | 63 | 105 |
| Binary | 11011000 | 10101100 | 10000111 | 0 | 10100 | 100110 | 1111 | 11011 | 110011 | 1000101 |
Color Harmonies of #D8AC87
Complementary color
Monochromatic Colors of #D8AC87
Black with #D8AC87
Text Example
Text Example
White with #D8AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC87; }
p { color: rgb(216,172,135); }
H1.HeaderClassName
{
color: #D8AC87;
}
.AnyTagClassName
{
color: #D8AC87;
}
</style>
background-color css
<style>
a { background-color: #D8AC87; }
a { background-color: rgb(216,172,135); }
div.DivClassName
{
background-color: #D8AC87;
}
.BgClassName
{
background-color: #D8AC87;
}
</style>
border-color css
<style>
span { border-color: #D8AC87; }
span { border-color: rgb(216,172,135); }
td.TdClassName
{
border-color: #D8AC87;
}
.TagClassName
{
border-color: #D8AC87;
}
</style>