Shades of Calico #D2AB80
Tints of Calico #D2AB80
RGB
CMYK
RGB Variations
Color information
#D2AB80 (or 0xD2AB80) is known color: Calico. HEX triplet: D2, AB and 80. RGB value is (210,171,128). Sum of RGB (Red+Green+Blue) = 210+171+128=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB80 is #2D547F. Grayscale: #B1B1B1. Windows color (decimal): -2970752 or 8432594. OLE color: 8432594.
HSL color Cylindrical-coordinate representation of color #D2AB80: hue angle of 31.46º 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 #D2AB80 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 128 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.18 |
| HSL | 31.46º | 0.48% | 0.66% | - |
| HSV(B) | 31.46º | 0.39% | 0.82% | - |
| XYZ | 45.04 | 44.39 | 26.62 | - |
| YUV | 177.76 | 99.92 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 128 | 0 | 0.19 | 0.39 | 0.18 | 31.46 | 0.48 | 0.66 |
| Hex | D2 | AB | 80 | 0 | 13 | 27 | 12 | 1F | 30 | 42 |
| Octal | 322 | 253 | 200 | 0 | 23 | 47 | 22 | 37 | 60 | 102 |
| Binary | 11010010 | 10101011 | 10000000 | 0 | 10011 | 100111 | 10010 | 11111 | 110000 | 1000010 |
Color Harmonies of #D2AB80
Complementary color
Monochromatic Colors of #D2AB80
Black with #D2AB80
Text Example
Text Example
White with #D2AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB80; }
p { color: rgb(210,171,128); }
H1.HeaderClassName
{
color: #D2AB80;
}
.AnyTagClassName
{
color: #D2AB80;
}
</style>
background-color css
<style>
a { background-color: #D2AB80; }
a { background-color: rgb(210,171,128); }
div.DivClassName
{
background-color: #D2AB80;
}
.BgClassName
{
background-color: #D2AB80;
}
</style>
border-color css
<style>
span { border-color: #D2AB80; }
span { border-color: rgb(210,171,128); }
td.TdClassName
{
border-color: #D2AB80;
}
.TagClassName
{
border-color: #D2AB80;
}
</style>