Shades of Calico #D1AC85
Tints of Calico #D1AC85
RGB
CMYK
RGB Variations
Color information
#D1AC85 (or 0xD1AC85) is known color: Calico. HEX triplet: D1, AC and 85. RGB value is (209,172,133). Sum of RGB (Red+Green+Blue) = 209+172+133=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC85 is #2E537A. Grayscale: #B2B2B2. Windows color (decimal): -3036027 or 8760529. OLE color: 8760529.
HSL color Cylindrical-coordinate representation of color #D1AC85: hue angle of 30.79º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D1AC85 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 172 | 133 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.18 |
| HSL | 30.79º | 0.45% | 0.67% | - |
| HSV(B) | 30.79º | 0.36% | 0.82% | - |
| XYZ | 45.28 | 44.75 | 28.44 | - |
| YUV | 178.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 133 | 0 | 0.18 | 0.36 | 0.18 | 30.79 | 0.45 | 0.67 |
| Hex | D1 | AC | 85 | 0 | 12 | 24 | 12 | 1F | 2D | 43 |
| Octal | 321 | 254 | 205 | 0 | 22 | 44 | 22 | 37 | 55 | 103 |
| Binary | 11010001 | 10101100 | 10000101 | 0 | 10010 | 100100 | 10010 | 11111 | 101101 | 1000011 |
Color Harmonies of #D1AC85
Complementary color
Monochromatic Colors of #D1AC85
Black with #D1AC85
Text Example
Text Example
White with #D1AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AC85; }
p { color: rgb(209,172,133); }
H1.HeaderClassName
{
color: #D1AC85;
}
.AnyTagClassName
{
color: #D1AC85;
}
</style>
background-color css
<style>
a { background-color: #D1AC85; }
a { background-color: rgb(209,172,133); }
div.DivClassName
{
background-color: #D1AC85;
}
.BgClassName
{
background-color: #D1AC85;
}
</style>
border-color css
<style>
span { border-color: #D1AC85; }
span { border-color: rgb(209,172,133); }
td.TdClassName
{
border-color: #D1AC85;
}
.TagClassName
{
border-color: #D1AC85;
}
</style>