Shades of Calico #D2AC8B
Tints of Calico #D2AC8B
RGB
CMYK
RGB Variations
Color information
#D2AC8B (or 0xD2AC8B) is known color: Calico. HEX triplet: D2, AC and 8B. RGB value is (210,172,139). Sum of RGB (Red+Green+Blue) = 210+172+139=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC8B is #2D5374. Grayscale: #B3B3B3. Windows color (decimal): -2970485 or 9153746. OLE color: 9153746.
HSL color Cylindrical-coordinate representation of color #D2AC8B: hue angle of 27.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2AC8B is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 139 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.18 |
| HSL | 27.89º | 0.44% | 0.68% | - |
| HSV(B) | 27.89º | 0.34% | 0.82% | - |
| XYZ | 45.99 | 45.07 | 30.7 | - |
| YUV | 179.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 139 | 0 | 0.18 | 0.34 | 0.18 | 27.89 | 0.44 | 0.68 |
| Hex | D2 | AC | 8B | 0 | 12 | 22 | 12 | 1C | 2C | 44 |
| Octal | 322 | 254 | 213 | 0 | 22 | 42 | 22 | 34 | 54 | 104 |
| Binary | 11010010 | 10101100 | 10001011 | 0 | 10010 | 100010 | 10010 | 11100 | 101100 | 1000100 |
Color Harmonies of #D2AC8B
Complementary color
Monochromatic Colors of #D2AC8B
Black with #D2AC8B
Text Example
Text Example
White with #D2AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC8B; }
p { color: rgb(210,172,139); }
H1.HeaderClassName
{
color: #D2AC8B;
}
.AnyTagClassName
{
color: #D2AC8B;
}
</style>
background-color css
<style>
a { background-color: #D2AC8B; }
a { background-color: rgb(210,172,139); }
div.DivClassName
{
background-color: #D2AC8B;
}
.BgClassName
{
background-color: #D2AC8B;
}
</style>
border-color css
<style>
span { border-color: #D2AC8B; }
span { border-color: rgb(210,172,139); }
td.TdClassName
{
border-color: #D2AC8B;
}
.TagClassName
{
border-color: #D2AC8B;
}
</style>