Shades of Calico #D2AA80
Tints of Calico #D2AA80
RGB
CMYK
RGB Variations
Color information
#D2AA80 (or 0xD2AA80) is known color: Calico. HEX triplet: D2, AA and 80. RGB value is (210,170,128). Sum of RGB (Red+Green+Blue) = 210+170+128=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA80 is #2D557F. Grayscale: #B1B1B1. Windows color (decimal): -2971008 or 8432338. OLE color: 8432338.
HSL color Cylindrical-coordinate representation of color #D2AA80: hue angle of 30.73º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2AA80 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 128 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.18 |
| HSL | 30.73º | 0.48% | 0.66% | - |
| HSV(B) | 30.73º | 0.39% | 0.82% | - |
| XYZ | 44.85 | 44.01 | 26.55 | - |
| YUV | 177.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 128 | 0 | 0.19 | 0.39 | 0.18 | 30.73 | 0.48 | 0.66 |
| Hex | D2 | AA | 80 | 0 | 13 | 27 | 12 | 1F | 30 | 42 |
| Octal | 322 | 252 | 200 | 0 | 23 | 47 | 22 | 37 | 60 | 102 |
| Binary | 11010010 | 10101010 | 10000000 | 0 | 10011 | 100111 | 10010 | 11111 | 110000 | 1000010 |
Color Harmonies of #D2AA80
Complementary color
Monochromatic Colors of #D2AA80
Black with #D2AA80
Text Example
Text Example
White with #D2AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AA80; }
p { color: rgb(210,170,128); }
H1.HeaderClassName
{
color: #D2AA80;
}
.AnyTagClassName
{
color: #D2AA80;
}
</style>
background-color css
<style>
a { background-color: #D2AA80; }
a { background-color: rgb(210,170,128); }
div.DivClassName
{
background-color: #D2AA80;
}
.BgClassName
{
background-color: #D2AA80;
}
</style>
border-color css
<style>
span { border-color: #D2AA80; }
span { border-color: rgb(210,170,128); }
td.TdClassName
{
border-color: #D2AA80;
}
.TagClassName
{
border-color: #D2AA80;
}
</style>