Shades of Calico #D0AB85
Tints of Calico #D0AB85
RGB
CMYK
RGB Variations
Color information
#D0AB85 (or 0xD0AB85) is known color: Calico. HEX triplet: D0, AB and 85. RGB value is (208,171,133). Sum of RGB (Red+Green+Blue) = 208+171+133=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB85 is #2F547A. Grayscale: #B1B1B1. Windows color (decimal): -3101819 or 8760272. OLE color: 8760272.
HSL color Cylindrical-coordinate representation of color #D0AB85: hue angle of 30.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0AB85 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 133 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.18 |
| HSL | 30.4º | 0.44% | 0.67% | - |
| HSV(B) | 30.4º | 0.36% | 0.82% | - |
| XYZ | 44.81 | 44.23 | 28.37 | - |
| YUV | 177.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 133 | 0 | 0.18 | 0.36 | 0.18 | 30.4 | 0.44 | 0.67 |
| Hex | D0 | AB | 85 | 0 | 12 | 24 | 12 | 1E | 2C | 43 |
| Octal | 320 | 253 | 205 | 0 | 22 | 44 | 22 | 36 | 54 | 103 |
| Binary | 11010000 | 10101011 | 10000101 | 0 | 10010 | 100100 | 10010 | 11110 | 101100 | 1000011 |
Color Harmonies of #D0AB85
Complementary color
Monochromatic Colors of #D0AB85
Black with #D0AB85
Text Example
Text Example
White with #D0AB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB85; }
p { color: rgb(208,171,133); }
H1.HeaderClassName
{
color: #D0AB85;
}
.AnyTagClassName
{
color: #D0AB85;
}
</style>
background-color css
<style>
a { background-color: #D0AB85; }
a { background-color: rgb(208,171,133); }
div.DivClassName
{
background-color: #D0AB85;
}
.BgClassName
{
background-color: #D0AB85;
}
</style>
border-color css
<style>
span { border-color: #D0AB85; }
span { border-color: rgb(208,171,133); }
td.TdClassName
{
border-color: #D0AB85;
}
.TagClassName
{
border-color: #D0AB85;
}
</style>