Shades of Calico #D0AC7D
Tints of Calico #D0AC7D
RGB
CMYK
RGB Variations
Color information
#D0AC7D (or 0xD0AC7D) is known color: Calico. HEX triplet: D0, AC and 7D. RGB value is (208,172,125). Sum of RGB (Red+Green+Blue) = 208+172+125=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC7D is #2F5382. Grayscale: #B1B1B1. Windows color (decimal): -3101571 or 8236240. OLE color: 8236240.
HSL color Cylindrical-coordinate representation of color #D0AC7D: hue angle of 33.98º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AC7D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 125 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.18 |
| HSL | 33.98º | 0.47% | 0.65% | - |
| HSV(B) | 33.98º | 0.4% | 0.82% | - |
| XYZ | 44.47 | 44.4 | 25.63 | - |
| YUV | 177.41 | 98.43 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 125 | 0 | 0.17 | 0.40 | 0.18 | 33.98 | 0.47 | 0.65 |
| Hex | D0 | AC | 7D | 0 | 11 | 28 | 12 | 22 | 2F | 41 |
| Octal | 320 | 254 | 175 | 0 | 21 | 50 | 22 | 42 | 57 | 101 |
| Binary | 11010000 | 10101100 | 1111101 | 0 | 10001 | 101000 | 10010 | 100010 | 101111 | 1000001 |
Color Harmonies of #D0AC7D
Complementary color
Monochromatic Colors of #D0AC7D
Black with #D0AC7D
Text Example
Text Example
White with #D0AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AC7D; }
p { color: rgb(208,172,125); }
H1.HeaderClassName
{
color: #D0AC7D;
}
.AnyTagClassName
{
color: #D0AC7D;
}
</style>
background-color css
<style>
a { background-color: #D0AC7D; }
a { background-color: rgb(208,172,125); }
div.DivClassName
{
background-color: #D0AC7D;
}
.BgClassName
{
background-color: #D0AC7D;
}
</style>
border-color css
<style>
span { border-color: #D0AC7D; }
span { border-color: rgb(208,172,125); }
td.TdClassName
{
border-color: #D0AC7D;
}
.TagClassName
{
border-color: #D0AC7D;
}
</style>