Shades of Calico #D1AB80
Tints of Calico #D1AB80
RGB
CMYK
RGB Variations
Color information
#D1AB80 (or 0xD1AB80) is known color: Calico. HEX triplet: D1, AB and 80. RGB value is (209,171,128). Sum of RGB (Red+Green+Blue) = 209+171+128=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB80 is #2E547F. Grayscale: #B1B1B1. Windows color (decimal): -3036288 or 8432593. OLE color: 8432593.
HSL color Cylindrical-coordinate representation of color #D1AB80: hue angle of 31.85º 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 #D1AB80 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 128 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.18 |
| HSL | 31.85º | 0.47% | 0.66% | - |
| HSV(B) | 31.85º | 0.39% | 0.82% | - |
| XYZ | 44.75 | 44.24 | 26.6 | - |
| YUV | 177.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 128 | 0 | 0.18 | 0.39 | 0.18 | 31.85 | 0.47 | 0.66 |
| Hex | D1 | AB | 80 | 0 | 12 | 27 | 12 | 20 | 2F | 42 |
| Octal | 321 | 253 | 200 | 0 | 22 | 47 | 22 | 40 | 57 | 102 |
| Binary | 11010001 | 10101011 | 10000000 | 0 | 10010 | 100111 | 10010 | 100000 | 101111 | 1000010 |
Color Harmonies of #D1AB80
Complementary color
Monochromatic Colors of #D1AB80
Black with #D1AB80
Text Example
Text Example
White with #D1AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB80; }
p { color: rgb(209,171,128); }
H1.HeaderClassName
{
color: #D1AB80;
}
.AnyTagClassName
{
color: #D1AB80;
}
</style>
background-color css
<style>
a { background-color: #D1AB80; }
a { background-color: rgb(209,171,128); }
div.DivClassName
{
background-color: #D1AB80;
}
.BgClassName
{
background-color: #D1AB80;
}
</style>
border-color css
<style>
span { border-color: #D1AB80; }
span { border-color: rgb(209,171,128); }
td.TdClassName
{
border-color: #D1AB80;
}
.TagClassName
{
border-color: #D1AB80;
}
</style>