Shades of Calico #D0AB84
Tints of Calico #D0AB84
RGB
CMYK
RGB Variations
Color information
#D0AB84 (or 0xD0AB84) is known color: Calico. HEX triplet: D0, AB and 84. RGB value is (208,171,132). Sum of RGB (Red+Green+Blue) = 208+171+132=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB84 is #2F547B. Grayscale: #B1B1B1. Windows color (decimal): -3101820 or 8694736. OLE color: 8694736.
HSL color Cylindrical-coordinate representation of color #D0AB84: hue angle of 30.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0AB84 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 132 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.18 |
| HSL | 30.79º | 0.45% | 0.67% | - |
| HSV(B) | 30.79º | 0.37% | 0.82% | - |
| XYZ | 44.74 | 44.2 | 28 | - |
| YUV | 177.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 132 | 0 | 0.18 | 0.37 | 0.18 | 30.79 | 0.45 | 0.67 |
| Hex | D0 | AB | 84 | 0 | 12 | 25 | 12 | 1F | 2D | 43 |
| Octal | 320 | 253 | 204 | 0 | 22 | 45 | 22 | 37 | 55 | 103 |
| Binary | 11010000 | 10101011 | 10000100 | 0 | 10010 | 100101 | 10010 | 11111 | 101101 | 1000011 |
Color Harmonies of #D0AB84
Complementary color
Monochromatic Colors of #D0AB84
Black with #D0AB84
Text Example
Text Example
White with #D0AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB84; }
p { color: rgb(208,171,132); }
H1.HeaderClassName
{
color: #D0AB84;
}
.AnyTagClassName
{
color: #D0AB84;
}
</style>
background-color css
<style>
a { background-color: #D0AB84; }
a { background-color: rgb(208,171,132); }
div.DivClassName
{
background-color: #D0AB84;
}
.BgClassName
{
background-color: #D0AB84;
}
</style>
border-color css
<style>
span { border-color: #D0AB84; }
span { border-color: rgb(208,171,132); }
td.TdClassName
{
border-color: #D0AB84;
}
.TagClassName
{
border-color: #D0AB84;
}
</style>