Shades of Calico #D7AA80
Tints of Calico #D7AA80
RGB
CMYK
RGB Variations
Color information
#D7AA80 (or 0xD7AA80) is known color: Calico. HEX triplet: D7, AA and 80. RGB value is (215,170,128). Sum of RGB (Red+Green+Blue) = 215+170+128=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 128 (50.39% from 255 or 24.95% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA80 is #28557F. Grayscale: #B2B2B2. Windows color (decimal): -2643328 or 8432343. OLE color: 8432343.
HSL color Cylindrical-coordinate representation of color #D7AA80: hue angle of 28.97º degrees, saturation: 0.52, 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 #D7AA80 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 128 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.16 |
| HSL | 28.97º | 0.52% | 0.67% | - |
| HSV(B) | 28.97º | 0.4% | 0.84% | - |
| XYZ | 46.3 | 44.76 | 26.62 | - |
| YUV | 178.67 | 99.41 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 128 | 0 | 0.21 | 0.40 | 0.16 | 28.97 | 0.52 | 0.67 |
| Hex | D7 | AA | 80 | 0 | 15 | 28 | 10 | 1D | 34 | 43 |
| Octal | 327 | 252 | 200 | 0 | 25 | 50 | 20 | 35 | 64 | 103 |
| Binary | 11010111 | 10101010 | 10000000 | 0 | 10101 | 101000 | 10000 | 11101 | 110100 | 1000011 |
Color Harmonies of #D7AA80
Complementary color
Monochromatic Colors of #D7AA80
Black with #D7AA80
Text Example
Text Example
White with #D7AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AA80; }
p { color: rgb(215,170,128); }
H1.HeaderClassName
{
color: #D7AA80;
}
.AnyTagClassName
{
color: #D7AA80;
}
</style>
background-color css
<style>
a { background-color: #D7AA80; }
a { background-color: rgb(215,170,128); }
div.DivClassName
{
background-color: #D7AA80;
}
.BgClassName
{
background-color: #D7AA80;
}
</style>
border-color css
<style>
span { border-color: #D7AA80; }
span { border-color: rgb(215,170,128); }
td.TdClassName
{
border-color: #D7AA80;
}
.TagClassName
{
border-color: #D7AA80;
}
</style>