Shades of Calico #D6AA80
Tints of Calico #D6AA80
RGB
CMYK
RGB Variations
Color information
#D6AA80 (or 0xD6AA80) is known color: Calico. HEX triplet: D6, AA and 80. RGB value is (214,170,128). Sum of RGB (Red+Green+Blue) = 214+170+128=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA80 is #29557F. Grayscale: #B2B2B2. Windows color (decimal): -2708864 or 8432342. OLE color: 8432342.
HSL color Cylindrical-coordinate representation of color #D6AA80: hue angle of 29.3º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6AA80 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 128 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.16 |
| HSL | 29.3º | 0.51% | 0.67% | - |
| HSV(B) | 29.3º | 0.4% | 0.84% | - |
| XYZ | 46 | 44.6 | 26.61 | - |
| YUV | 178.37 | 99.58 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 128 | 0 | 0.21 | 0.40 | 0.16 | 29.3 | 0.51 | 0.67 |
| Hex | D6 | AA | 80 | 0 | 15 | 28 | 10 | 1D | 33 | 43 |
| Octal | 326 | 252 | 200 | 0 | 25 | 50 | 20 | 35 | 63 | 103 |
| Binary | 11010110 | 10101010 | 10000000 | 0 | 10101 | 101000 | 10000 | 11101 | 110011 | 1000011 |
Color Harmonies of #D6AA80
Complementary color
Monochromatic Colors of #D6AA80
Black with #D6AA80
Text Example
Text Example
White with #D6AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA80; }
p { color: rgb(214,170,128); }
H1.HeaderClassName
{
color: #D6AA80;
}
.AnyTagClassName
{
color: #D6AA80;
}
</style>
background-color css
<style>
a { background-color: #D6AA80; }
a { background-color: rgb(214,170,128); }
div.DivClassName
{
background-color: #D6AA80;
}
.BgClassName
{
background-color: #D6AA80;
}
</style>
border-color css
<style>
span { border-color: #D6AA80; }
span { border-color: rgb(214,170,128); }
td.TdClassName
{
border-color: #D6AA80;
}
.TagClassName
{
border-color: #D6AA80;
}
</style>