Shades of Calico #D4AC85
Tints of Calico #D4AC85
RGB
CMYK
RGB Variations
Color information
#D4AC85 (or 0xD4AC85) is known color: Calico. HEX triplet: D4, AC and 85. RGB value is (212,172,133). Sum of RGB (Red+Green+Blue) = 212+172+133=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC85 is #2B537A. Grayscale: #B3B3B3. Windows color (decimal): -2839419 or 8760532. OLE color: 8760532.
HSL color Cylindrical-coordinate representation of color #D4AC85: hue angle of 29.62º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4AC85 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 172 | 133 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.17 |
| HSL | 29.62º | 0.48% | 0.68% | - |
| HSV(B) | 29.62º | 0.37% | 0.83% | - |
| XYZ | 46.14 | 45.2 | 28.48 | - |
| YUV | 179.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 172 | 133 | 0 | 0.19 | 0.37 | 0.17 | 29.62 | 0.48 | 0.68 |
| Hex | D4 | AC | 85 | 0 | 13 | 25 | 11 | 1E | 30 | 44 |
| Octal | 324 | 254 | 205 | 0 | 23 | 45 | 21 | 36 | 60 | 104 |
| Binary | 11010100 | 10101100 | 10000101 | 0 | 10011 | 100101 | 10001 | 11110 | 110000 | 1000100 |
Color Harmonies of #D4AC85
Complementary color
Monochromatic Colors of #D4AC85
Black with #D4AC85
Text Example
Text Example
White with #D4AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AC85; }
p { color: rgb(212,172,133); }
H1.HeaderClassName
{
color: #D4AC85;
}
.AnyTagClassName
{
color: #D4AC85;
}
</style>
background-color css
<style>
a { background-color: #D4AC85; }
a { background-color: rgb(212,172,133); }
div.DivClassName
{
background-color: #D4AC85;
}
.BgClassName
{
background-color: #D4AC85;
}
</style>
border-color css
<style>
span { border-color: #D4AC85; }
span { border-color: rgb(212,172,133); }
td.TdClassName
{
border-color: #D4AC85;
}
.TagClassName
{
border-color: #D4AC85;
}
</style>