Shades of Calico #D1AA80
Tints of Calico #D1AA80
RGB
CMYK
RGB Variations
Color information
#D1AA80 (or 0xD1AA80) is known color: Calico. HEX triplet: D1, AA and 80. RGB value is (209,170,128). Sum of RGB (Red+Green+Blue) = 209+170+128=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AA80 is #2E557F. Grayscale: #B1B1B1. Windows color (decimal): -3036544 or 8432337. OLE color: 8432337.
HSL color Cylindrical-coordinate representation of color #D1AA80: hue angle of 31.11º degrees, saturation: 0.47, 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 #D1AA80 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 128 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.18 |
| HSL | 31.11º | 0.47% | 0.66% | - |
| HSV(B) | 31.11º | 0.39% | 0.82% | - |
| XYZ | 44.57 | 43.86 | 26.54 | - |
| YUV | 176.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 128 | 0 | 0.19 | 0.39 | 0.18 | 31.11 | 0.47 | 0.66 |
| Hex | D1 | AA | 80 | 0 | 13 | 27 | 12 | 1F | 2F | 42 |
| Octal | 321 | 252 | 200 | 0 | 23 | 47 | 22 | 37 | 57 | 102 |
| Binary | 11010001 | 10101010 | 10000000 | 0 | 10011 | 100111 | 10010 | 11111 | 101111 | 1000010 |
Color Harmonies of #D1AA80
Complementary color
Monochromatic Colors of #D1AA80
Black with #D1AA80
Text Example
Text Example
White with #D1AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AA80; }
p { color: rgb(209,170,128); }
H1.HeaderClassName
{
color: #D1AA80;
}
.AnyTagClassName
{
color: #D1AA80;
}
</style>
background-color css
<style>
a { background-color: #D1AA80; }
a { background-color: rgb(209,170,128); }
div.DivClassName
{
background-color: #D1AA80;
}
.BgClassName
{
background-color: #D1AA80;
}
</style>
border-color css
<style>
span { border-color: #D1AA80; }
span { border-color: rgb(209,170,128); }
td.TdClassName
{
border-color: #D1AA80;
}
.TagClassName
{
border-color: #D1AA80;
}
</style>