Shades of Calico #D0AC87
Tints of Calico #D0AC87
RGB
CMYK
RGB Variations
Color information
#D0AC87 (or 0xD0AC87) is known color: Calico. HEX triplet: D0, AC and 87. RGB value is (208,172,135). Sum of RGB (Red+Green+Blue) = 208+172+135=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC87 is #2F5378. Grayscale: #B2B2B2. Windows color (decimal): -3101561 or 8891600. OLE color: 8891600.
HSL color Cylindrical-coordinate representation of color #D0AC87: hue angle of 30.41º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0AC87 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 135 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.18 |
| HSL | 30.41º | 0.44% | 0.67% | - |
| HSV(B) | 30.41º | 0.35% | 0.82% | - |
| XYZ | 45.14 | 44.66 | 29.16 | - |
| YUV | 178.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 135 | 0 | 0.17 | 0.35 | 0.18 | 30.41 | 0.44 | 0.67 |
| Hex | D0 | AC | 87 | 0 | 11 | 23 | 12 | 1E | 2C | 43 |
| Octal | 320 | 254 | 207 | 0 | 21 | 43 | 22 | 36 | 54 | 103 |
| Binary | 11010000 | 10101100 | 10000111 | 0 | 10001 | 100011 | 10010 | 11110 | 101100 | 1000011 |
Color Harmonies of #D0AC87
Complementary color
Monochromatic Colors of #D0AC87
Black with #D0AC87
Text Example
Text Example
White with #D0AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC87; }
p { color: rgb(208,172,135); }
H1.HeaderClassName
{
color: #D0AC87;
}
.AnyTagClassName
{
color: #D0AC87;
}
</style>
background-color css
<style>
a { background-color: #D0AC87; }
a { background-color: rgb(208,172,135); }
div.DivClassName
{
background-color: #D0AC87;
}
.BgClassName
{
background-color: #D0AC87;
}
</style>
border-color css
<style>
span { border-color: #D0AC87; }
span { border-color: rgb(208,172,135); }
td.TdClassName
{
border-color: #D0AC87;
}
.TagClassName
{
border-color: #D0AC87;
}
</style>