Shades of Calico #D8AB83
Tints of Calico #D8AB83
RGB
CMYK
RGB Variations
Color information
#D8AB83 (or 0xD8AB83) is known color: Calico. HEX triplet: D8, AB and 83. RGB value is (216,171,131). Sum of RGB (Red+Green+Blue) = 216+171+131=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AB83 is #27547C. Grayscale: #B4B4B4. Windows color (decimal): -2577533 or 8629208. OLE color: 8629208.
HSL color Cylindrical-coordinate representation of color #D8AB83: hue angle of 28.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8AB83 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 171 | 131 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.15 |
| HSL | 28.24º | 0.52% | 0.68% | - |
| HSV(B) | 28.24º | 0.39% | 0.85% | - |
| XYZ | 46.98 | 45.36 | 27.75 | - |
| YUV | 179.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 171 | 131 | 0 | 0.21 | 0.39 | 0.15 | 28.24 | 0.52 | 0.68 |
| Hex | D8 | AB | 83 | 0 | 15 | 27 | F | 1C | 34 | 44 |
| Octal | 330 | 253 | 203 | 0 | 25 | 47 | 17 | 34 | 64 | 104 |
| Binary | 11011000 | 10101011 | 10000011 | 0 | 10101 | 100111 | 1111 | 11100 | 110100 | 1000100 |
Color Harmonies of #D8AB83
Complementary color
Monochromatic Colors of #D8AB83
Black with #D8AB83
Text Example
Text Example
White with #D8AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AB83; }
p { color: rgb(216,171,131); }
H1.HeaderClassName
{
color: #D8AB83;
}
.AnyTagClassName
{
color: #D8AB83;
}
</style>
background-color css
<style>
a { background-color: #D8AB83; }
a { background-color: rgb(216,171,131); }
div.DivClassName
{
background-color: #D8AB83;
}
.BgClassName
{
background-color: #D8AB83;
}
</style>
border-color css
<style>
span { border-color: #D8AB83; }
span { border-color: rgb(216,171,131); }
td.TdClassName
{
border-color: #D8AB83;
}
.TagClassName
{
border-color: #D8AB83;
}
</style>