Shades of Calico #D2AB7E
Tints of Calico #D2AB7E
RGB
CMYK
RGB Variations
Color information
#D2AB7E (or 0xD2AB7E) is known color: Calico. HEX triplet: D2, AB and 7E. RGB value is (210,171,126). Sum of RGB (Red+Green+Blue) = 210+171+126=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB7E is #2D5481. Grayscale: #B1B1B1. Windows color (decimal): -2970754 or 8301522. OLE color: 8301522.
HSL color Cylindrical-coordinate representation of color #D2AB7E: hue angle of 32.14º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2AB7E is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 126 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.18 |
| HSL | 32.14º | 0.48% | 0.66% | - |
| HSV(B) | 32.14º | 0.4% | 0.82% | - |
| XYZ | 44.91 | 44.33 | 25.93 | - |
| YUV | 177.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 126 | 0 | 0.19 | 0.4 | 0.18 | 32.14 | 0.48 | 0.66 |
| Hex | D2 | AB | 7E | 0 | 13 | 28 | 12 | 20 | 30 | 42 |
| Octal | 322 | 253 | 176 | 0 | 23 | 50 | 22 | 40 | 60 | 102 |
| Binary | 11010010 | 10101011 | 1111110 | 0 | 10011 | 101000 | 10010 | 100000 | 110000 | 1000010 |
Color Harmonies of #D2AB7E
Complementary color
Monochromatic Colors of #D2AB7E
Black with #D2AB7E
Text Example
Text Example
White with #D2AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB7E; }
p { color: rgb(210,171,126); }
H1.HeaderClassName
{
color: #D2AB7E;
}
.AnyTagClassName
{
color: #D2AB7E;
}
</style>
background-color css
<style>
a { background-color: #D2AB7E; }
a { background-color: rgb(210,171,126); }
div.DivClassName
{
background-color: #D2AB7E;
}
.BgClassName
{
background-color: #D2AB7E;
}
</style>
border-color css
<style>
span { border-color: #D2AB7E; }
span { border-color: rgb(210,171,126); }
td.TdClassName
{
border-color: #D2AB7E;
}
.TagClassName
{
border-color: #D2AB7E;
}
</style>