Shades of Calico #D0AB81
Tints of Calico #D0AB81
RGB
CMYK
RGB Variations
Color information
#D0AB81 (or 0xD0AB81) is known color: Calico. HEX triplet: D0, AB and 81. RGB value is (208,171,129). Sum of RGB (Red+Green+Blue) = 208+171+129=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 129 (50.78% from 255 or 25.39% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB81 is #2F547E. Grayscale: #B1B1B1. Windows color (decimal): -3101823 or 8498128. OLE color: 8498128.
HSL color Cylindrical-coordinate representation of color #D0AB81: hue angle of 31.9º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0AB81 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 171 | 129 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.9º | 0.46% | 0.66% | - |
| HSV(B) | 31.9º | 0.38% | 0.82% | - |
| XYZ | 44.54 | 44.12 | 26.94 | - |
| YUV | 177.28 | 100.76 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 129 | 0 | 0.18 | 0.38 | 0.18 | 31.9 | 0.46 | 0.66 |
| Hex | D0 | AB | 81 | 0 | 12 | 26 | 12 | 20 | 2E | 42 |
| Octal | 320 | 253 | 201 | 0 | 22 | 46 | 22 | 40 | 56 | 102 |
| Binary | 11010000 | 10101011 | 10000001 | 0 | 10010 | 100110 | 10010 | 100000 | 101110 | 1000010 |
Color Harmonies of #D0AB81
Complementary color
Monochromatic Colors of #D0AB81
Black with #D0AB81
Text Example
Text Example
White with #D0AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AB81; }
p { color: rgb(208,171,129); }
H1.HeaderClassName
{
color: #D0AB81;
}
.AnyTagClassName
{
color: #D0AB81;
}
</style>
background-color css
<style>
a { background-color: #D0AB81; }
a { background-color: rgb(208,171,129); }
div.DivClassName
{
background-color: #D0AB81;
}
.BgClassName
{
background-color: #D0AB81;
}
</style>
border-color css
<style>
span { border-color: #D0AB81; }
span { border-color: rgb(208,171,129); }
td.TdClassName
{
border-color: #D0AB81;
}
.TagClassName
{
border-color: #D0AB81;
}
</style>