Shades of Calico #D2AC7B
Tints of Calico #D2AC7B
RGB
CMYK
RGB Variations
Color information
#D2AC7B (or 0xD2AC7B) is known color: Calico. HEX triplet: D2, AC and 7B. RGB value is (210,172,123). Sum of RGB (Red+Green+Blue) = 210+172+123=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC7B is #2D5384. Grayscale: #B2B2B2. Windows color (decimal): -2970501 or 8105170. OLE color: 8105170.
HSL color Cylindrical-coordinate representation of color #D2AC7B: hue angle of 33.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 #D2AC7B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 123 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.18 |
| HSL | 33.79º | 0.49% | 0.65% | - |
| HSV(B) | 33.79º | 0.41% | 0.82% | - |
| XYZ | 44.91 | 44.64 | 24.99 | - |
| YUV | 177.78 | 97.09 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 123 | 0 | 0.18 | 0.41 | 0.18 | 33.79 | 0.49 | 0.65 |
| Hex | D2 | AC | 7B | 0 | 12 | 29 | 12 | 22 | 31 | 41 |
| Octal | 322 | 254 | 173 | 0 | 22 | 51 | 22 | 42 | 61 | 101 |
| Binary | 11010010 | 10101100 | 1111011 | 0 | 10010 | 101001 | 10010 | 100010 | 110001 | 1000001 |
Color Harmonies of #D2AC7B
Complementary color
Monochromatic Colors of #D2AC7B
Black with #D2AC7B
Text Example
Text Example
White with #D2AC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC7B; }
p { color: rgb(210,172,123); }
H1.HeaderClassName
{
color: #D2AC7B;
}
.AnyTagClassName
{
color: #D2AC7B;
}
</style>
background-color css
<style>
a { background-color: #D2AC7B; }
a { background-color: rgb(210,172,123); }
div.DivClassName
{
background-color: #D2AC7B;
}
.BgClassName
{
background-color: #D2AC7B;
}
</style>
border-color css
<style>
span { border-color: #D2AC7B; }
span { border-color: rgb(210,172,123); }
td.TdClassName
{
border-color: #D2AC7B;
}
.TagClassName
{
border-color: #D2AC7B;
}
</style>