Shades of Calico #D8AC7D
Tints of Calico #D8AC7D
RGB
CMYK
RGB Variations
Color information
#D8AC7D (or 0xD8AC7D) is known color: Calico. HEX triplet: D8, AC and 7D. RGB value is (216,172,125). Sum of RGB (Red+Green+Blue) = 216+172+125=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC7D is #275382. Grayscale: #B4B4B4. Windows color (decimal): -2577283 or 8236248. OLE color: 8236248.
HSL color Cylindrical-coordinate representation of color #D8AC7D: hue angle of 30.99º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8AC7D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 125 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.15 |
| HSL | 30.99º | 0.54% | 0.67% | - |
| HSV(B) | 30.99º | 0.42% | 0.85% | - |
| XYZ | 46.77 | 45.58 | 25.74 | - |
| YUV | 179.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 125 | 0 | 0.20 | 0.42 | 0.15 | 30.99 | 0.54 | 0.67 |
| Hex | D8 | AC | 7D | 0 | 14 | 2A | F | 1F | 36 | 43 |
| Octal | 330 | 254 | 175 | 0 | 24 | 52 | 17 | 37 | 66 | 103 |
| Binary | 11011000 | 10101100 | 1111101 | 0 | 10100 | 101010 | 1111 | 11111 | 110110 | 1000011 |
Color Harmonies of #D8AC7D
Complementary color
Monochromatic Colors of #D8AC7D
Black with #D8AC7D
Text Example
Text Example
White with #D8AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC7D; }
p { color: rgb(216,172,125); }
H1.HeaderClassName
{
color: #D8AC7D;
}
.AnyTagClassName
{
color: #D8AC7D;
}
</style>
background-color css
<style>
a { background-color: #D8AC7D; }
a { background-color: rgb(216,172,125); }
div.DivClassName
{
background-color: #D8AC7D;
}
.BgClassName
{
background-color: #D8AC7D;
}
</style>
border-color css
<style>
span { border-color: #D8AC7D; }
span { border-color: rgb(216,172,125); }
td.TdClassName
{
border-color: #D8AC7D;
}
.TagClassName
{
border-color: #D8AC7D;
}
</style>