Shades of Calico #D6AB77
Tints of Calico #D6AB77
RGB
CMYK
RGB Variations
Color information
#D6AB77 (or 0xD6AB77) is known color: Calico. HEX triplet: D6, AB and 77. RGB value is (214,171,119). Sum of RGB (Red+Green+Blue) = 214+171+119=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB77 is #295488. Grayscale: #B2B2B2. Windows color (decimal): -2708617 or 7842774. OLE color: 7842774.
HSL color Cylindrical-coordinate representation of color #D6AB77: hue angle of 32.84º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AB77 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 119 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.16 |
| HSL | 32.84º | 0.54% | 0.65% | - |
| HSV(B) | 32.84º | 0.44% | 0.84% | - |
| XYZ | 45.62 | 44.75 | 23.69 | - |
| YUV | 177.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 119 | 0 | 0.20 | 0.44 | 0.16 | 32.84 | 0.54 | 0.65 |
| Hex | D6 | AB | 77 | 0 | 14 | 2C | 10 | 21 | 36 | 41 |
| Octal | 326 | 253 | 167 | 0 | 24 | 54 | 20 | 41 | 66 | 101 |
| Binary | 11010110 | 10101011 | 1110111 | 0 | 10100 | 101100 | 10000 | 100001 | 110110 | 1000001 |
Color Harmonies of #D6AB77
Complementary color
Monochromatic Colors of #D6AB77
Black with #D6AB77
Text Example
Text Example
White with #D6AB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB77; }
p { color: rgb(214,171,119); }
H1.HeaderClassName
{
color: #D6AB77;
}
.AnyTagClassName
{
color: #D6AB77;
}
</style>
background-color css
<style>
a { background-color: #D6AB77; }
a { background-color: rgb(214,171,119); }
div.DivClassName
{
background-color: #D6AB77;
}
.BgClassName
{
background-color: #D6AB77;
}
</style>
border-color css
<style>
span { border-color: #D6AB77; }
span { border-color: rgb(214,171,119); }
td.TdClassName
{
border-color: #D6AB77;
}
.TagClassName
{
border-color: #D6AB77;
}
</style>