Shades of Calico #D0AC8A
Tints of Calico #D0AC8A
RGB
CMYK
RGB Variations
Color information
#D0AC8A (or 0xD0AC8A) is known color: Calico. HEX triplet: D0, AC and 8A. RGB value is (208,172,138). Sum of RGB (Red+Green+Blue) = 208+172+138=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC8A is #2F5375. Grayscale: #B3B3B3. Windows color (decimal): -3101558 or 9088208. OLE color: 9088208.
HSL color Cylindrical-coordinate representation of color #D0AC8A: hue angle of 29.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0AC8A is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 138 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.18 |
| HSL | 29.14º | 0.43% | 0.68% | - |
| HSV(B) | 29.14º | 0.34% | 0.82% | - |
| XYZ | 45.35 | 44.75 | 30.29 | - |
| YUV | 178.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 138 | 0 | 0.17 | 0.34 | 0.18 | 29.14 | 0.43 | 0.68 |
| Hex | D0 | AC | 8A | 0 | 11 | 22 | 12 | 1D | 2B | 44 |
| Octal | 320 | 254 | 212 | 0 | 21 | 42 | 22 | 35 | 53 | 104 |
| Binary | 11010000 | 10101100 | 10001010 | 0 | 10001 | 100010 | 10010 | 11101 | 101011 | 1000100 |
Color Harmonies of #D0AC8A
Complementary color
Monochromatic Colors of #D0AC8A
Black with #D0AC8A
Text Example
Text Example
White with #D0AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC8A; }
p { color: rgb(208,172,138); }
H1.HeaderClassName
{
color: #D0AC8A;
}
.AnyTagClassName
{
color: #D0AC8A;
}
</style>
background-color css
<style>
a { background-color: #D0AC8A; }
a { background-color: rgb(208,172,138); }
div.DivClassName
{
background-color: #D0AC8A;
}
.BgClassName
{
background-color: #D0AC8A;
}
</style>
border-color css
<style>
span { border-color: #D0AC8A; }
span { border-color: rgb(208,172,138); }
td.TdClassName
{
border-color: #D0AC8A;
}
.TagClassName
{
border-color: #D0AC8A;
}
</style>