Shades of Calico #D2AB88
Tints of Calico #D2AB88
RGB
CMYK
RGB Variations
Color information
#D2AB88 (or 0xD2AB88) is known color: Calico. HEX triplet: D2, AB and 88. RGB value is (210,171,136). Sum of RGB (Red+Green+Blue) = 210+171+136=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB88 is #2D5477. Grayscale: #B2B2B2. Windows color (decimal): -2970744 or 8956882. OLE color: 8956882.
HSL color Cylindrical-coordinate representation of color #D2AB88: hue angle of 28.38º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2AB88 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 136 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.18 |
| HSL | 28.38º | 0.45% | 0.68% | - |
| HSV(B) | 28.38º | 0.35% | 0.82% | - |
| XYZ | 45.59 | 44.61 | 29.5 | - |
| YUV | 178.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 136 | 0 | 0.19 | 0.35 | 0.18 | 28.38 | 0.45 | 0.68 |
| Hex | D2 | AB | 88 | 0 | 13 | 23 | 12 | 1C | 2D | 44 |
| Octal | 322 | 253 | 210 | 0 | 23 | 43 | 22 | 34 | 55 | 104 |
| Binary | 11010010 | 10101011 | 10001000 | 0 | 10011 | 100011 | 10010 | 11100 | 101101 | 1000100 |
Color Harmonies of #D2AB88
Complementary color
Monochromatic Colors of #D2AB88
Black with #D2AB88
Text Example
Text Example
White with #D2AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB88; }
p { color: rgb(210,171,136); }
H1.HeaderClassName
{
color: #D2AB88;
}
.AnyTagClassName
{
color: #D2AB88;
}
</style>
background-color css
<style>
a { background-color: #D2AB88; }
a { background-color: rgb(210,171,136); }
div.DivClassName
{
background-color: #D2AB88;
}
.BgClassName
{
background-color: #D2AB88;
}
</style>
border-color css
<style>
span { border-color: #D2AB88; }
span { border-color: rgb(210,171,136); }
td.TdClassName
{
border-color: #D2AB88;
}
.TagClassName
{
border-color: #D2AB88;
}
</style>