Shades of Calico #D6AB84
Tints of Calico #D6AB84
RGB
CMYK
RGB Variations
Color information
#D6AB84 (or 0xD6AB84) is known color: Calico. HEX triplet: D6, AB and 84. RGB value is (214,171,132). Sum of RGB (Red+Green+Blue) = 214+171+132=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB84 is #29547B. Grayscale: #B3B3B3. Windows color (decimal): -2708604 or 8694742. OLE color: 8694742.
HSL color Cylindrical-coordinate representation of color #D6AB84: hue angle of 28.54º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6AB84 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 132 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.16 |
| HSL | 28.54º | 0.5% | 0.68% | - |
| HSV(B) | 28.54º | 0.38% | 0.84% | - |
| XYZ | 46.46 | 45.09 | 28.08 | - |
| YUV | 179.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 132 | 0 | 0.20 | 0.38 | 0.16 | 28.54 | 0.5 | 0.68 |
| Hex | D6 | AB | 84 | 0 | 14 | 26 | 10 | 1D | 32 | 44 |
| Octal | 326 | 253 | 204 | 0 | 24 | 46 | 20 | 35 | 62 | 104 |
| Binary | 11010110 | 10101011 | 10000100 | 0 | 10100 | 100110 | 10000 | 11101 | 110010 | 1000100 |
Color Harmonies of #D6AB84
Complementary color
Monochromatic Colors of #D6AB84
Black with #D6AB84
Text Example
Text Example
White with #D6AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB84; }
p { color: rgb(214,171,132); }
H1.HeaderClassName
{
color: #D6AB84;
}
.AnyTagClassName
{
color: #D6AB84;
}
</style>
background-color css
<style>
a { background-color: #D6AB84; }
a { background-color: rgb(214,171,132); }
div.DivClassName
{
background-color: #D6AB84;
}
.BgClassName
{
background-color: #D6AB84;
}
</style>
border-color css
<style>
span { border-color: #D6AB84; }
span { border-color: rgb(214,171,132); }
td.TdClassName
{
border-color: #D6AB84;
}
.TagClassName
{
border-color: #D6AB84;
}
</style>