Shades of Calico #D1AB87
Tints of Calico #D1AB87
RGB
CMYK
RGB Variations
Color information
#D1AB87 (or 0xD1AB87) is known color: Calico. HEX triplet: D1, AB and 87. RGB value is (209,171,135). Sum of RGB (Red+Green+Blue) = 209+171+135=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB87 is #2E5478. Grayscale: #B2B2B2. Windows color (decimal): -3036281 or 8891345. OLE color: 8891345.
HSL color Cylindrical-coordinate representation of color #D1AB87: hue angle of 29.19º degrees, saturation: 0.45, 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 #D1AB87 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 135 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.18 |
| HSL | 29.19º | 0.45% | 0.67% | - |
| HSV(B) | 29.19º | 0.35% | 0.82% | - |
| XYZ | 45.23 | 44.43 | 29.11 | - |
| YUV | 178.26 | 103.59 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 135 | 0 | 0.18 | 0.35 | 0.18 | 29.19 | 0.45 | 0.67 |
| Hex | D1 | AB | 87 | 0 | 12 | 23 | 12 | 1D | 2D | 43 |
| Octal | 321 | 253 | 207 | 0 | 22 | 43 | 22 | 35 | 55 | 103 |
| Binary | 11010001 | 10101011 | 10000111 | 0 | 10010 | 100011 | 10010 | 11101 | 101101 | 1000011 |
Color Harmonies of #D1AB87
Complementary color
Monochromatic Colors of #D1AB87
Black with #D1AB87
Text Example
Text Example
White with #D1AB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB87; }
p { color: rgb(209,171,135); }
H1.HeaderClassName
{
color: #D1AB87;
}
.AnyTagClassName
{
color: #D1AB87;
}
</style>
background-color css
<style>
a { background-color: #D1AB87; }
a { background-color: rgb(209,171,135); }
div.DivClassName
{
background-color: #D1AB87;
}
.BgClassName
{
background-color: #D1AB87;
}
</style>
border-color css
<style>
span { border-color: #D1AB87; }
span { border-color: rgb(209,171,135); }
td.TdClassName
{
border-color: #D1AB87;
}
.TagClassName
{
border-color: #D1AB87;
}
</style>