Shades of Calico #D9AF87
Tints of Calico #D9AF87
RGB
CMYK
RGB Variations
Color information
#D9AF87 (or 0xD9AF87) is known color: Calico. HEX triplet: D9, AF and 87. RGB value is (217,175,135). Sum of RGB (Red+Green+Blue) = 217+175+135=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF87 is #265078. Grayscale: #B7B7B7. Windows color (decimal): -2510969 or 8892377. OLE color: 8892377.
HSL color Cylindrical-coordinate representation of color #D9AF87: hue angle of 29.27º degrees, saturation: 0.52, 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 #D9AF87 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 135 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.15 |
| HSL | 29.27º | 0.52% | 0.69% | - |
| HSV(B) | 29.27º | 0.38% | 0.85% | - |
| XYZ | 48.32 | 47.16 | 29.48 | - |
| YUV | 183 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 135 | 0 | 0.19 | 0.38 | 0.15 | 29.27 | 0.52 | 0.69 |
| Hex | D9 | AF | 87 | 0 | 13 | 26 | F | 1D | 34 | 45 |
| Octal | 331 | 257 | 207 | 0 | 23 | 46 | 17 | 35 | 64 | 105 |
| Binary | 11011001 | 10101111 | 10000111 | 0 | 10011 | 100110 | 1111 | 11101 | 110100 | 1000101 |
Color Harmonies of #D9AF87
Complementary color
Monochromatic Colors of #D9AF87
Black with #D9AF87
Text Example
Text Example
White with #D9AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AF87; }
p { color: rgb(217,175,135); }
H1.HeaderClassName
{
color: #D9AF87;
}
.AnyTagClassName
{
color: #D9AF87;
}
</style>
background-color css
<style>
a { background-color: #D9AF87; }
a { background-color: rgb(217,175,135); }
div.DivClassName
{
background-color: #D9AF87;
}
.BgClassName
{
background-color: #D9AF87;
}
</style>
border-color css
<style>
span { border-color: #D9AF87; }
span { border-color: rgb(217,175,135); }
td.TdClassName
{
border-color: #D9AF87;
}
.TagClassName
{
border-color: #D9AF87;
}
</style>