Shades of Calico #D0AB87
Tints of Calico #D0AB87
RGB
CMYK
RGB Variations
Color information
#D0AB87 (or 0xD0AB87) is known color: Calico. HEX triplet: D0, AB and 87. RGB value is (208,171,135). Sum of RGB (Red+Green+Blue) = 208+171+135=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 135 (53.12% from 255 or 26.26% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB87 is #2F5478. Grayscale: #B2B2B2. Windows color (decimal): -3101817 or 8891344. OLE color: 8891344.
HSL color Cylindrical-coordinate representation of color #D0AB87: hue angle of 29.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0AB87 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 135 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.18 |
| HSL | 29.59º | 0.44% | 0.67% | - |
| HSV(B) | 29.59º | 0.35% | 0.82% | - |
| XYZ | 44.95 | 44.28 | 29.1 | - |
| YUV | 177.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 135 | 0 | 0.18 | 0.35 | 0.18 | 29.59 | 0.44 | 0.67 |
| Hex | D0 | AB | 87 | 0 | 12 | 23 | 12 | 1E | 2C | 43 |
| Octal | 320 | 253 | 207 | 0 | 22 | 43 | 22 | 36 | 54 | 103 |
| Binary | 11010000 | 10101011 | 10000111 | 0 | 10010 | 100011 | 10010 | 11110 | 101100 | 1000011 |
Color Harmonies of #D0AB87
Complementary color
Monochromatic Colors of #D0AB87
Black with #D0AB87
Text Example
Text Example
White with #D0AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB87; }
p { color: rgb(208,171,135); }
H1.HeaderClassName
{
color: #D0AB87;
}
.AnyTagClassName
{
color: #D0AB87;
}
</style>
background-color css
<style>
a { background-color: #D0AB87; }
a { background-color: rgb(208,171,135); }
div.DivClassName
{
background-color: #D0AB87;
}
.BgClassName
{
background-color: #D0AB87;
}
</style>
border-color css
<style>
span { border-color: #D0AB87; }
span { border-color: rgb(208,171,135); }
td.TdClassName
{
border-color: #D0AB87;
}
.TagClassName
{
border-color: #D0AB87;
}
</style>