Shades of Calico #D1AB82
Tints of Calico #D1AB82
RGB
CMYK
RGB Variations
Color information
#D1AB82 (or 0xD1AB82) is known color: Calico. HEX triplet: D1, AB and 82. RGB value is (209,171,130). Sum of RGB (Red+Green+Blue) = 209+171+130=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB82 is #2E547D. Grayscale: #B1B1B1. Windows color (decimal): -3036286 or 8563665. OLE color: 8563665.
HSL color Cylindrical-coordinate representation of color #D1AB82: hue angle of 31.14º 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 #D1AB82 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 130 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.18 |
| HSL | 31.14º | 0.46% | 0.66% | - |
| HSV(B) | 31.14º | 0.38% | 0.82% | - |
| XYZ | 44.89 | 44.29 | 27.3 | - |
| YUV | 177.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 130 | 0 | 0.18 | 0.38 | 0.18 | 31.14 | 0.46 | 0.66 |
| Hex | D1 | AB | 82 | 0 | 12 | 26 | 12 | 1F | 2E | 42 |
| Octal | 321 | 253 | 202 | 0 | 22 | 46 | 22 | 37 | 56 | 102 |
| Binary | 11010001 | 10101011 | 10000010 | 0 | 10010 | 100110 | 10010 | 11111 | 101110 | 1000010 |
Color Harmonies of #D1AB82
Complementary color
Monochromatic Colors of #D1AB82
Black with #D1AB82
Text Example
Text Example
White with #D1AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB82; }
p { color: rgb(209,171,130); }
H1.HeaderClassName
{
color: #D1AB82;
}
.AnyTagClassName
{
color: #D1AB82;
}
</style>
background-color css
<style>
a { background-color: #D1AB82; }
a { background-color: rgb(209,171,130); }
div.DivClassName
{
background-color: #D1AB82;
}
.BgClassName
{
background-color: #D1AB82;
}
</style>
border-color css
<style>
span { border-color: #D1AB82; }
span { border-color: rgb(209,171,130); }
td.TdClassName
{
border-color: #D1AB82;
}
.TagClassName
{
border-color: #D1AB82;
}
</style>