Shades of Calico #D2AC7E
Tints of Calico #D2AC7E
RGB
CMYK
RGB Variations
Color information
#D2AC7E (or 0xD2AC7E) is known color: Calico. HEX triplet: D2, AC and 7E. RGB value is (210,172,126). Sum of RGB (Red+Green+Blue) = 210+172+126=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC7E is #2D5381. Grayscale: #B2B2B2. Windows color (decimal): -2970498 or 8301778. OLE color: 8301778.
HSL color Cylindrical-coordinate representation of color #D2AC7E: hue angle of 32.86º 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 #D2AC7E is Cyan = 0, Magento = 0.18, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 126 | - |
| CMYK | 0 | 0.18 | 0.4 | 0.18 |
| HSL | 32.86º | 0.48% | 0.66% | - |
| HSV(B) | 32.86º | 0.4% | 0.82% | - |
| XYZ | 45.1 | 44.71 | 25.99 | - |
| YUV | 178.12 | 98.59 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 126 | 0 | 0.18 | 0.4 | 0.18 | 32.86 | 0.48 | 0.66 |
| Hex | D2 | AC | 7E | 0 | 12 | 28 | 12 | 21 | 30 | 42 |
| Octal | 322 | 254 | 176 | 0 | 22 | 50 | 22 | 41 | 60 | 102 |
| Binary | 11010010 | 10101100 | 1111110 | 0 | 10010 | 101000 | 10010 | 100001 | 110000 | 1000010 |
Color Harmonies of #D2AC7E
Complementary color
Monochromatic Colors of #D2AC7E
Black with #D2AC7E
Text Example
Text Example
White with #D2AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC7E; }
p { color: rgb(210,172,126); }
H1.HeaderClassName
{
color: #D2AC7E;
}
.AnyTagClassName
{
color: #D2AC7E;
}
</style>
background-color css
<style>
a { background-color: #D2AC7E; }
a { background-color: rgb(210,172,126); }
div.DivClassName
{
background-color: #D2AC7E;
}
.BgClassName
{
background-color: #D2AC7E;
}
</style>
border-color css
<style>
span { border-color: #D2AC7E; }
span { border-color: rgb(210,172,126); }
td.TdClassName
{
border-color: #D2AC7E;
}
.TagClassName
{
border-color: #D2AC7E;
}
</style>