Shades of Calico #D8AF84
Tints of Calico #D8AF84
RGB
CMYK
RGB Variations
Color information
#D8AF84 (or 0xD8AF84) is known color: Calico. HEX triplet: D8, AF and 84. RGB value is (216,175,132). Sum of RGB (Red+Green+Blue) = 216+175+132=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF84 is #27507B. Grayscale: #B6B6B6. Windows color (decimal): -2576508 or 8695768. OLE color: 8695768.
HSL color Cylindrical-coordinate representation of color #D8AF84: hue angle of 30.71º 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 #D8AF84 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 175 | 132 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.15 |
| HSL | 30.71º | 0.52% | 0.68% | - |
| HSV(B) | 30.71º | 0.39% | 0.85% | - |
| XYZ | 47.81 | 46.92 | 28.37 | - |
| YUV | 182.36 | 99.58 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 175 | 132 | 0 | 0.19 | 0.39 | 0.15 | 30.71 | 0.52 | 0.68 |
| Hex | D8 | AF | 84 | 0 | 13 | 27 | F | 1F | 34 | 44 |
| Octal | 330 | 257 | 204 | 0 | 23 | 47 | 17 | 37 | 64 | 104 |
| Binary | 11011000 | 10101111 | 10000100 | 0 | 10011 | 100111 | 1111 | 11111 | 110100 | 1000100 |
Color Harmonies of #D8AF84
Complementary color
Monochromatic Colors of #D8AF84
Black with #D8AF84
Text Example
Text Example
White with #D8AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AF84; }
p { color: rgb(216,175,132); }
H1.HeaderClassName
{
color: #D8AF84;
}
.AnyTagClassName
{
color: #D8AF84;
}
</style>
background-color css
<style>
a { background-color: #D8AF84; }
a { background-color: rgb(216,175,132); }
div.DivClassName
{
background-color: #D8AF84;
}
.BgClassName
{
background-color: #D8AF84;
}
</style>
border-color css
<style>
span { border-color: #D8AF84; }
span { border-color: rgb(216,175,132); }
td.TdClassName
{
border-color: #D8AF84;
}
.TagClassName
{
border-color: #D8AF84;
}
</style>