Shades of Calico #D2AC7A
Tints of Calico #D2AC7A
RGB
CMYK
RGB Variations
Color information
#D2AC7A (or 0xD2AC7A) is known color: Calico. HEX triplet: D2, AC and 7A. RGB value is (210,172,122). Sum of RGB (Red+Green+Blue) = 210+172+122=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC7A is #2D5385. Grayscale: #B1B1B1. Windows color (decimal): -2970502 or 8039634. OLE color: 8039634.
HSL color Cylindrical-coordinate representation of color #D2AC7A: hue angle of 34.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2AC7A is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 122 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.18 |
| HSL | 34.09º | 0.49% | 0.65% | - |
| HSV(B) | 34.09º | 0.42% | 0.82% | - |
| XYZ | 44.84 | 44.61 | 24.66 | - |
| YUV | 177.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 122 | 0 | 0.18 | 0.42 | 0.18 | 34.09 | 0.49 | 0.65 |
| Hex | D2 | AC | 7A | 0 | 12 | 2A | 12 | 22 | 31 | 41 |
| Octal | 322 | 254 | 172 | 0 | 22 | 52 | 22 | 42 | 61 | 101 |
| Binary | 11010010 | 10101100 | 1111010 | 0 | 10010 | 101010 | 10010 | 100010 | 110001 | 1000001 |
Color Harmonies of #D2AC7A
Complementary color
Monochromatic Colors of #D2AC7A
Black with #D2AC7A
Text Example
Text Example
White with #D2AC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC7A; }
p { color: rgb(210,172,122); }
H1.HeaderClassName
{
color: #D2AC7A;
}
.AnyTagClassName
{
color: #D2AC7A;
}
</style>
background-color css
<style>
a { background-color: #D2AC7A; }
a { background-color: rgb(210,172,122); }
div.DivClassName
{
background-color: #D2AC7A;
}
.BgClassName
{
background-color: #D2AC7A;
}
</style>
border-color css
<style>
span { border-color: #D2AC7A; }
span { border-color: rgb(210,172,122); }
td.TdClassName
{
border-color: #D2AC7A;
}
.TagClassName
{
border-color: #D2AC7A;
}
</style>