Shades of Calico #D1AB84
Tints of Calico #D1AB84
RGB
CMYK
RGB Variations
Color information
#D1AB84 (or 0xD1AB84) is known color: Calico. HEX triplet: D1, AB and 84. RGB value is (209,171,132). Sum of RGB (Red+Green+Blue) = 209+171+132=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB84 is #2E547B. Grayscale: #B2B2B2. Windows color (decimal): -3036284 or 8694737. OLE color: 8694737.
HSL color Cylindrical-coordinate representation of color #D1AB84: hue angle of 30.39º degrees, saturation: 0.46, 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 #D1AB84 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 132 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.18 |
| HSL | 30.39º | 0.46% | 0.67% | - |
| HSV(B) | 30.39º | 0.37% | 0.82% | - |
| XYZ | 45.02 | 44.35 | 28.02 | - |
| YUV | 177.92 | 102.09 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 132 | 0 | 0.18 | 0.37 | 0.18 | 30.39 | 0.46 | 0.67 |
| Hex | D1 | AB | 84 | 0 | 12 | 25 | 12 | 1E | 2E | 43 |
| Octal | 321 | 253 | 204 | 0 | 22 | 45 | 22 | 36 | 56 | 103 |
| Binary | 11010001 | 10101011 | 10000100 | 0 | 10010 | 100101 | 10010 | 11110 | 101110 | 1000011 |
Color Harmonies of #D1AB84
Complementary color
Monochromatic Colors of #D1AB84
Black with #D1AB84
Text Example
Text Example
White with #D1AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB84; }
p { color: rgb(209,171,132); }
H1.HeaderClassName
{
color: #D1AB84;
}
.AnyTagClassName
{
color: #D1AB84;
}
</style>
background-color css
<style>
a { background-color: #D1AB84; }
a { background-color: rgb(209,171,132); }
div.DivClassName
{
background-color: #D1AB84;
}
.BgClassName
{
background-color: #D1AB84;
}
</style>
border-color css
<style>
span { border-color: #D1AB84; }
span { border-color: rgb(209,171,132); }
td.TdClassName
{
border-color: #D1AB84;
}
.TagClassName
{
border-color: #D1AB84;
}
</style>