Shades of Calico #D7AC85
Tints of Calico #D7AC85
RGB
CMYK
RGB Variations
Color information
#D7AC85 (or 0xD7AC85) is known color: Calico. HEX triplet: D7, AC and 85. RGB value is (215,172,133). Sum of RGB (Red+Green+Blue) = 215+172+133=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AC85 is #28537A. Grayscale: #B4B4B4. Windows color (decimal): -2642811 or 8760535. OLE color: 8760535.
HSL color Cylindrical-coordinate representation of color #D7AC85: hue angle of 28.54º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7AC85 is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 133 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.16 |
| HSL | 28.54º | 0.51% | 0.68% | - |
| HSV(B) | 28.54º | 0.38% | 0.84% | - |
| XYZ | 47.01 | 45.65 | 28.52 | - |
| YUV | 180.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 133 | 0 | 0.2 | 0.38 | 0.16 | 28.54 | 0.51 | 0.68 |
| Hex | D7 | AC | 85 | 0 | 14 | 26 | 10 | 1D | 33 | 44 |
| Octal | 327 | 254 | 205 | 0 | 24 | 46 | 20 | 35 | 63 | 104 |
| Binary | 11010111 | 10101100 | 10000101 | 0 | 10100 | 100110 | 10000 | 11101 | 110011 | 1000100 |
Color Harmonies of #D7AC85
Complementary color
Monochromatic Colors of #D7AC85
Black with #D7AC85
Text Example
Text Example
White with #D7AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AC85; }
p { color: rgb(215,172,133); }
H1.HeaderClassName
{
color: #D7AC85;
}
.AnyTagClassName
{
color: #D7AC85;
}
</style>
background-color css
<style>
a { background-color: #D7AC85; }
a { background-color: rgb(215,172,133); }
div.DivClassName
{
background-color: #D7AC85;
}
.BgClassName
{
background-color: #D7AC85;
}
</style>
border-color css
<style>
span { border-color: #D7AC85; }
span { border-color: rgb(215,172,133); }
td.TdClassName
{
border-color: #D7AC85;
}
.TagClassName
{
border-color: #D7AC85;
}
</style>