Shades of Calico #D4AA85
Tints of Calico #D4AA85
RGB
CMYK
RGB Variations
Color information
#D4AA85 (or 0xD4AA85) is known color: Calico. HEX triplet: D4, AA and 85. RGB value is (212,170,133). Sum of RGB (Red+Green+Blue) = 212+170+133=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 133 (52.34% from 255 or 25.83% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AA85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AA85 is #2B557A. Grayscale: #B2B2B2. Windows color (decimal): -2839931 or 8760020. OLE color: 8760020.
HSL color Cylindrical-coordinate representation of color #D4AA85: hue angle of 28.1º 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 #D4AA85 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 133 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.17 |
| HSL | 28.1º | 0.48% | 0.68% | - |
| HSV(B) | 28.1º | 0.37% | 0.83% | - |
| XYZ | 45.76 | 44.44 | 28.36 | - |
| YUV | 178.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 133 | 0 | 0.20 | 0.37 | 0.17 | 28.1 | 0.48 | 0.68 |
| Hex | D4 | AA | 85 | 0 | 14 | 25 | 11 | 1C | 30 | 44 |
| Octal | 324 | 252 | 205 | 0 | 24 | 45 | 21 | 34 | 60 | 104 |
| Binary | 11010100 | 10101010 | 10000101 | 0 | 10100 | 100101 | 10001 | 11100 | 110000 | 1000100 |
Color Harmonies of #D4AA85
Complementary color
Monochromatic Colors of #D4AA85
Black with #D4AA85
Text Example
Text Example
White with #D4AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AA85; }
p { color: rgb(212,170,133); }
H1.HeaderClassName
{
color: #D4AA85;
}
.AnyTagClassName
{
color: #D4AA85;
}
</style>
background-color css
<style>
a { background-color: #D4AA85; }
a { background-color: rgb(212,170,133); }
div.DivClassName
{
background-color: #D4AA85;
}
.BgClassName
{
background-color: #D4AA85;
}
</style>
border-color css
<style>
span { border-color: #D4AA85; }
span { border-color: rgb(212,170,133); }
td.TdClassName
{
border-color: #D4AA85;
}
.TagClassName
{
border-color: #D4AA85;
}
</style>