Shades of Calico #D6AA83
Tints of Calico #D6AA83
RGB
CMYK
RGB Variations
Color information
#D6AA83 (or 0xD6AA83) is known color: Calico. HEX triplet: D6, AA and 83. RGB value is (214,170,131). Sum of RGB (Red+Green+Blue) = 214+170+131=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA83 is #29557C. Grayscale: #B2B2B2. Windows color (decimal): -2708861 or 8628950. OLE color: 8628950.
HSL color Cylindrical-coordinate representation of color #D6AA83: hue angle of 28.19º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6AA83 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 131 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.16 |
| HSL | 28.19º | 0.5% | 0.68% | - |
| HSV(B) | 28.19º | 0.39% | 0.84% | - |
| XYZ | 46.2 | 44.68 | 27.66 | - |
| YUV | 178.71 | 101.08 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 131 | 0 | 0.21 | 0.39 | 0.16 | 28.19 | 0.5 | 0.68 |
| Hex | D6 | AA | 83 | 0 | 15 | 27 | 10 | 1C | 32 | 44 |
| Octal | 326 | 252 | 203 | 0 | 25 | 47 | 20 | 34 | 62 | 104 |
| Binary | 11010110 | 10101010 | 10000011 | 0 | 10101 | 100111 | 10000 | 11100 | 110010 | 1000100 |
Color Harmonies of #D6AA83
Complementary color
Monochromatic Colors of #D6AA83
Black with #D6AA83
Text Example
Text Example
White with #D6AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA83; }
p { color: rgb(214,170,131); }
H1.HeaderClassName
{
color: #D6AA83;
}
.AnyTagClassName
{
color: #D6AA83;
}
</style>
background-color css
<style>
a { background-color: #D6AA83; }
a { background-color: rgb(214,170,131); }
div.DivClassName
{
background-color: #D6AA83;
}
.BgClassName
{
background-color: #D6AA83;
}
</style>
border-color css
<style>
span { border-color: #D6AA83; }
span { border-color: rgb(214,170,131); }
td.TdClassName
{
border-color: #D6AA83;
}
.TagClassName
{
border-color: #D6AA83;
}
</style>