Shades of Calico #D7AC80
Tints of Calico #D7AC80
RGB
CMYK
RGB Variations
Color information
#D7AC80 (or 0xD7AC80) is known color: Calico. HEX triplet: D7, AC and 80. RGB value is (215,172,128). Sum of RGB (Red+Green+Blue) = 215+172+128=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC80 is #28537F. Grayscale: #B4B4B4. Windows color (decimal): -2642816 or 8432855. OLE color: 8432855.
HSL color Cylindrical-coordinate representation of color #D7AC80: hue angle of 30.34º 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 #D7AC80 is Cyan = 0, Magento = 0.2, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 128 | - |
| CMYK | 0 | 0.2 | 0.40 | 0.16 |
| HSL | 30.34º | 0.52% | 0.67% | - |
| HSV(B) | 30.34º | 0.4% | 0.84% | - |
| XYZ | 46.67 | 45.51 | 26.75 | - |
| YUV | 179.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 128 | 0 | 0.2 | 0.40 | 0.16 | 30.34 | 0.52 | 0.67 |
| Hex | D7 | AC | 80 | 0 | 14 | 28 | 10 | 1E | 34 | 43 |
| Octal | 327 | 254 | 200 | 0 | 24 | 50 | 20 | 36 | 64 | 103 |
| Binary | 11010111 | 10101100 | 10000000 | 0 | 10100 | 101000 | 10000 | 11110 | 110100 | 1000011 |
Color Harmonies of #D7AC80
Complementary color
Monochromatic Colors of #D7AC80
Black with #D7AC80
Text Example
Text Example
White with #D7AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC80; }
p { color: rgb(215,172,128); }
H1.HeaderClassName
{
color: #D7AC80;
}
.AnyTagClassName
{
color: #D7AC80;
}
</style>
background-color css
<style>
a { background-color: #D7AC80; }
a { background-color: rgb(215,172,128); }
div.DivClassName
{
background-color: #D7AC80;
}
.BgClassName
{
background-color: #D7AC80;
}
</style>
border-color css
<style>
span { border-color: #D7AC80; }
span { border-color: rgb(215,172,128); }
td.TdClassName
{
border-color: #D7AC80;
}
.TagClassName
{
border-color: #D7AC80;
}
</style>