Shades of Calico #D1AB83
Tints of Calico #D1AB83
RGB
CMYK
RGB Variations
Color information
#D1AB83 (or 0xD1AB83) is known color: Calico. HEX triplet: D1, AB and 83. RGB value is (209,171,131). Sum of RGB (Red+Green+Blue) = 209+171+131=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB83 is #2E547C. Grayscale: #B2B2B2. Windows color (decimal): -3036285 or 8629201. OLE color: 8629201.
HSL color Cylindrical-coordinate representation of color #D1AB83: hue angle of 30.77º 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 #D1AB83 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 171 | 131 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.18 |
| HSL | 30.77º | 0.46% | 0.67% | - |
| HSV(B) | 30.77º | 0.37% | 0.82% | - |
| XYZ | 44.95 | 44.32 | 27.66 | - |
| YUV | 177.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 131 | 0 | 0.18 | 0.37 | 0.18 | 30.77 | 0.46 | 0.67 |
| Hex | D1 | AB | 83 | 0 | 12 | 25 | 12 | 1F | 2E | 43 |
| Octal | 321 | 253 | 203 | 0 | 22 | 45 | 22 | 37 | 56 | 103 |
| Binary | 11010001 | 10101011 | 10000011 | 0 | 10010 | 100101 | 10010 | 11111 | 101110 | 1000011 |
Color Harmonies of #D1AB83
Complementary color
Monochromatic Colors of #D1AB83
Black with #D1AB83
Text Example
Text Example
White with #D1AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AB83; }
p { color: rgb(209,171,131); }
H1.HeaderClassName
{
color: #D1AB83;
}
.AnyTagClassName
{
color: #D1AB83;
}
</style>
background-color css
<style>
a { background-color: #D1AB83; }
a { background-color: rgb(209,171,131); }
div.DivClassName
{
background-color: #D1AB83;
}
.BgClassName
{
background-color: #D1AB83;
}
</style>
border-color css
<style>
span { border-color: #D1AB83; }
span { border-color: rgb(209,171,131); }
td.TdClassName
{
border-color: #D1AB83;
}
.TagClassName
{
border-color: #D1AB83;
}
</style>