Shades of Calico #D3AB89
Tints of Calico #D3AB89
RGB
CMYK
RGB Variations
Color information
#D3AB89 (or 0xD3AB89) is known color: Calico. HEX triplet: D3, AB and 89. RGB value is (211,171,137). Sum of RGB (Red+Green+Blue) = 211+171+137=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB89 is #2C5476. Grayscale: #B3B3B3. Windows color (decimal): -2905207 or 9022419. OLE color: 9022419.
HSL color Cylindrical-coordinate representation of color #D3AB89: hue angle of 27.57º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3AB89 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 171 | 137 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.17 |
| HSL | 27.57º | 0.46% | 0.68% | - |
| HSV(B) | 27.57º | 0.35% | 0.83% | - |
| XYZ | 45.94 | 44.78 | 29.89 | - |
| YUV | 179.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 137 | 0 | 0.19 | 0.35 | 0.17 | 27.57 | 0.46 | 0.68 |
| Hex | D3 | AB | 89 | 0 | 13 | 23 | 11 | 1C | 2E | 44 |
| Octal | 323 | 253 | 211 | 0 | 23 | 43 | 21 | 34 | 56 | 104 |
| Binary | 11010011 | 10101011 | 10001001 | 0 | 10011 | 100011 | 10001 | 11100 | 101110 | 1000100 |
Color Harmonies of #D3AB89
Complementary color
Monochromatic Colors of #D3AB89
Black with #D3AB89
Text Example
Text Example
White with #D3AB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AB89; }
p { color: rgb(211,171,137); }
H1.HeaderClassName
{
color: #D3AB89;
}
.AnyTagClassName
{
color: #D3AB89;
}
</style>
background-color css
<style>
a { background-color: #D3AB89; }
a { background-color: rgb(211,171,137); }
div.DivClassName
{
background-color: #D3AB89;
}
.BgClassName
{
background-color: #D3AB89;
}
</style>
border-color css
<style>
span { border-color: #D3AB89; }
span { border-color: rgb(211,171,137); }
td.TdClassName
{
border-color: #D3AB89;
}
.TagClassName
{
border-color: #D3AB89;
}
</style>