Shades of Calico #D2AB83
Tints of Calico #D2AB83
RGB
CMYK
RGB Variations
Color information
#D2AB83 (or 0xD2AB83) is known color: Calico. HEX triplet: D2, AB and 83. RGB value is (210,171,131). Sum of RGB (Red+Green+Blue) = 210+171+131=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB83 is #2D547C. Grayscale: #B2B2B2. Windows color (decimal): -2970749 or 8629202. OLE color: 8629202.
HSL color Cylindrical-coordinate representation of color #D2AB83: hue angle of 30.38º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2AB83 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 171 | 131 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.18 |
| HSL | 30.38º | 0.47% | 0.67% | - |
| HSV(B) | 30.38º | 0.38% | 0.82% | - |
| XYZ | 45.24 | 44.47 | 27.67 | - |
| YUV | 178.1 | 101.42 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 131 | 0 | 0.19 | 0.38 | 0.18 | 30.38 | 0.47 | 0.67 |
| Hex | D2 | AB | 83 | 0 | 13 | 26 | 12 | 1E | 2F | 43 |
| Octal | 322 | 253 | 203 | 0 | 23 | 46 | 22 | 36 | 57 | 103 |
| Binary | 11010010 | 10101011 | 10000011 | 0 | 10011 | 100110 | 10010 | 11110 | 101111 | 1000011 |
Color Harmonies of #D2AB83
Complementary color
Monochromatic Colors of #D2AB83
Black with #D2AB83
Text Example
Text Example
White with #D2AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AB83; }
p { color: rgb(210,171,131); }
H1.HeaderClassName
{
color: #D2AB83;
}
.AnyTagClassName
{
color: #D2AB83;
}
</style>
background-color css
<style>
a { background-color: #D2AB83; }
a { background-color: rgb(210,171,131); }
div.DivClassName
{
background-color: #D2AB83;
}
.BgClassName
{
background-color: #D2AB83;
}
</style>
border-color css
<style>
span { border-color: #D2AB83; }
span { border-color: rgb(210,171,131); }
td.TdClassName
{
border-color: #D2AB83;
}
.TagClassName
{
border-color: #D2AB83;
}
</style>