Shades of Calico #D8AF87
Tints of Calico #D8AF87
RGB
CMYK
RGB Variations
Color information
#D8AF87 (or 0xD8AF87) is known color: Calico. HEX triplet: D8, AF and 87. RGB value is (216,175,135). Sum of RGB (Red+Green+Blue) = 216+175+135=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 135 (53.12% from 255 or 25.67% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF87 is #275078. Grayscale: #B6B6B6. Windows color (decimal): -2576505 or 8892376. OLE color: 8892376.
HSL color Cylindrical-coordinate representation of color #D8AF87: hue angle of 29.63º 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 #D8AF87 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 135 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.15 |
| HSL | 29.63º | 0.51% | 0.69% | - |
| HSV(B) | 29.63º | 0.38% | 0.85% | - |
| XYZ | 48.02 | 47.01 | 29.46 | - |
| YUV | 182.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 135 | 0 | 0.19 | 0.38 | 0.15 | 29.63 | 0.51 | 0.69 |
| Hex | D8 | AF | 87 | 0 | 13 | 26 | F | 1E | 33 | 45 |
| Octal | 330 | 257 | 207 | 0 | 23 | 46 | 17 | 36 | 63 | 105 |
| Binary | 11011000 | 10101111 | 10000111 | 0 | 10011 | 100110 | 1111 | 11110 | 110011 | 1000101 |
Color Harmonies of #D8AF87
Complementary color
Monochromatic Colors of #D8AF87
Black with #D8AF87
Text Example
Text Example
White with #D8AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF87; }
p { color: rgb(216,175,135); }
H1.HeaderClassName
{
color: #D8AF87;
}
.AnyTagClassName
{
color: #D8AF87;
}
</style>
background-color css
<style>
a { background-color: #D8AF87; }
a { background-color: rgb(216,175,135); }
div.DivClassName
{
background-color: #D8AF87;
}
.BgClassName
{
background-color: #D8AF87;
}
</style>
border-color css
<style>
span { border-color: #D8AF87; }
span { border-color: rgb(216,175,135); }
td.TdClassName
{
border-color: #D8AF87;
}
.TagClassName
{
border-color: #D8AF87;
}
</style>