Shades of Calico #D2AF84
Tints of Calico #D2AF84
RGB
CMYK
RGB Variations
Color information
#D2AF84 (or 0xD2AF84) is known color: Calico. HEX triplet: D2, AF and 84. RGB value is (210,175,132). Sum of RGB (Red+Green+Blue) = 210+175+132=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF84 is #2D507B. Grayscale: #B4B4B4. Windows color (decimal): -2969724 or 8695762. OLE color: 8695762.
HSL color Cylindrical-coordinate representation of color #D2AF84: hue angle of 33.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2AF84 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 132 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.18 |
| HSL | 33.08º | 0.46% | 0.67% | - |
| HSV(B) | 33.08º | 0.37% | 0.82% | - |
| XYZ | 46.07 | 46.03 | 28.29 | - |
| YUV | 180.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 132 | 0 | 0.17 | 0.37 | 0.18 | 33.08 | 0.46 | 0.67 |
| Hex | D2 | AF | 84 | 0 | 11 | 25 | 12 | 21 | 2E | 43 |
| Octal | 322 | 257 | 204 | 0 | 21 | 45 | 22 | 41 | 56 | 103 |
| Binary | 11010010 | 10101111 | 10000100 | 0 | 10001 | 100101 | 10010 | 100001 | 101110 | 1000011 |
Color Harmonies of #D2AF84
Complementary color
Monochromatic Colors of #D2AF84
Black with #D2AF84
Text Example
Text Example
White with #D2AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF84; }
p { color: rgb(210,175,132); }
H1.HeaderClassName
{
color: #D2AF84;
}
.AnyTagClassName
{
color: #D2AF84;
}
</style>
background-color css
<style>
a { background-color: #D2AF84; }
a { background-color: rgb(210,175,132); }
div.DivClassName
{
background-color: #D2AF84;
}
.BgClassName
{
background-color: #D2AF84;
}
</style>
border-color css
<style>
span { border-color: #D2AF84; }
span { border-color: rgb(210,175,132); }
td.TdClassName
{
border-color: #D2AF84;
}
.TagClassName
{
border-color: #D2AF84;
}
</style>