Shades of Calico #D2AB7C
Tints of Calico #D2AB7C
RGB
CMYK
RGB Variations
Color information
#D2AB7C (or 0xD2AB7C) is known color: Calico. HEX triplet: D2, AB and 7C. RGB value is (210,171,124). Sum of RGB (Red+Green+Blue) = 210+171+124=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB7C is #2D5483. Grayscale: #B1B1B1. Windows color (decimal): -2970756 or 8170450. OLE color: 8170450.
HSL color Cylindrical-coordinate representation of color #D2AB7C: hue angle of 32.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2AB7C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 124 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.18 |
| HSL | 32.79º | 0.49% | 0.65% | - |
| HSV(B) | 32.79º | 0.41% | 0.82% | - |
| XYZ | 44.78 | 44.28 | 25.26 | - |
| YUV | 177.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 124 | 0 | 0.19 | 0.41 | 0.18 | 32.79 | 0.49 | 0.65 |
| Hex | D2 | AB | 7C | 0 | 13 | 29 | 12 | 21 | 31 | 41 |
| Octal | 322 | 253 | 174 | 0 | 23 | 51 | 22 | 41 | 61 | 101 |
| Binary | 11010010 | 10101011 | 1111100 | 0 | 10011 | 101001 | 10010 | 100001 | 110001 | 1000001 |
Color Harmonies of #D2AB7C
Complementary color
Monochromatic Colors of #D2AB7C
Black with #D2AB7C
Text Example
Text Example
White with #D2AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB7C; }
p { color: rgb(210,171,124); }
H1.HeaderClassName
{
color: #D2AB7C;
}
.AnyTagClassName
{
color: #D2AB7C;
}
</style>
background-color css
<style>
a { background-color: #D2AB7C; }
a { background-color: rgb(210,171,124); }
div.DivClassName
{
background-color: #D2AB7C;
}
.BgClassName
{
background-color: #D2AB7C;
}
</style>
border-color css
<style>
span { border-color: #D2AB7C; }
span { border-color: rgb(210,171,124); }
td.TdClassName
{
border-color: #D2AB7C;
}
.TagClassName
{
border-color: #D2AB7C;
}
</style>