Shades of Calico #D0AC85
Tints of Calico #D0AC85
RGB
CMYK
RGB Variations
Color information
#D0AC85 (or 0xD0AC85) is known color: Calico. HEX triplet: D0, AC and 85. RGB value is (208,172,133). Sum of RGB (Red+Green+Blue) = 208+172+133=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC85 is #2F537A. Grayscale: #B2B2B2. Windows color (decimal): -3101563 or 8760528. OLE color: 8760528.
HSL color Cylindrical-coordinate representation of color #D0AC85: hue angle of 31.2º degrees, saturation: 0.44, 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 #D0AC85 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 133 | - |
| CMYK | 0 | 0.17 | 0.36 | 0.18 |
| HSL | 31.2º | 0.44% | 0.67% | - |
| HSV(B) | 31.2º | 0.36% | 0.82% | - |
| XYZ | 45 | 44.61 | 28.43 | - |
| YUV | 178.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 133 | 0 | 0.17 | 0.36 | 0.18 | 31.2 | 0.44 | 0.67 |
| Hex | D0 | AC | 85 | 0 | 11 | 24 | 12 | 1F | 2C | 43 |
| Octal | 320 | 254 | 205 | 0 | 21 | 44 | 22 | 37 | 54 | 103 |
| Binary | 11010000 | 10101100 | 10000101 | 0 | 10001 | 100100 | 10010 | 11111 | 101100 | 1000011 |
Color Harmonies of #D0AC85
Complementary color
Monochromatic Colors of #D0AC85
Black with #D0AC85
Text Example
Text Example
White with #D0AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC85; }
p { color: rgb(208,172,133); }
H1.HeaderClassName
{
color: #D0AC85;
}
.AnyTagClassName
{
color: #D0AC85;
}
</style>
background-color css
<style>
a { background-color: #D0AC85; }
a { background-color: rgb(208,172,133); }
div.DivClassName
{
background-color: #D0AC85;
}
.BgClassName
{
background-color: #D0AC85;
}
</style>
border-color css
<style>
span { border-color: #D0AC85; }
span { border-color: rgb(208,172,133); }
td.TdClassName
{
border-color: #D0AC85;
}
.TagClassName
{
border-color: #D0AC85;
}
</style>