Shades of Calico #D5AB89
Tints of Calico #D5AB89
RGB
CMYK
RGB Variations
Color information
#D5AB89 (or 0xD5AB89) is known color: Calico. HEX triplet: D5, AB and 89. RGB value is (213,171,137). Sum of RGB (Red+Green+Blue) = 213+171+137=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB89 is #2A5476. Grayscale: #B3B3B3. Windows color (decimal): -2774135 or 9022421. OLE color: 9022421.
HSL color Cylindrical-coordinate representation of color #D5AB89: hue angle of 26.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5AB89 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 137 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.16 |
| HSL | 26.84º | 0.48% | 0.69% | - |
| HSV(B) | 26.84º | 0.36% | 0.84% | - |
| XYZ | 46.52 | 45.08 | 29.92 | - |
| YUV | 179.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 137 | 0 | 0.20 | 0.36 | 0.16 | 26.84 | 0.48 | 0.69 |
| Hex | D5 | AB | 89 | 0 | 14 | 24 | 10 | 1B | 30 | 45 |
| Octal | 325 | 253 | 211 | 0 | 24 | 44 | 20 | 33 | 60 | 105 |
| Binary | 11010101 | 10101011 | 10001001 | 0 | 10100 | 100100 | 10000 | 11011 | 110000 | 1000101 |
Color Harmonies of #D5AB89
Complementary color
Monochromatic Colors of #D5AB89
Black with #D5AB89
Text Example
Text Example
White with #D5AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB89; }
p { color: rgb(213,171,137); }
H1.HeaderClassName
{
color: #D5AB89;
}
.AnyTagClassName
{
color: #D5AB89;
}
</style>
background-color css
<style>
a { background-color: #D5AB89; }
a { background-color: rgb(213,171,137); }
div.DivClassName
{
background-color: #D5AB89;
}
.BgClassName
{
background-color: #D5AB89;
}
</style>
border-color css
<style>
span { border-color: #D5AB89; }
span { border-color: rgb(213,171,137); }
td.TdClassName
{
border-color: #D5AB89;
}
.TagClassName
{
border-color: #D5AB89;
}
</style>