Shades of Calico #D8AC7E
Tints of Calico #D8AC7E
RGB
CMYK
RGB Variations
Color information
#D8AC7E (or 0xD8AC7E) is known color: Calico. HEX triplet: D8, AC and 7E. RGB value is (216,172,126). Sum of RGB (Red+Green+Blue) = 216+172+126=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC7E is #275381. Grayscale: #B4B4B4. Windows color (decimal): -2577282 or 8301784. OLE color: 8301784.
HSL color Cylindrical-coordinate representation of color #D8AC7E: hue angle of 30.67º 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 #D8AC7E is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 126 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.15 |
| HSL | 30.67º | 0.54% | 0.67% | - |
| HSV(B) | 30.67º | 0.42% | 0.85% | - |
| XYZ | 46.84 | 45.61 | 26.07 | - |
| YUV | 179.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 126 | 0 | 0.20 | 0.42 | 0.15 | 30.67 | 0.54 | 0.67 |
| Hex | D8 | AC | 7E | 0 | 14 | 2A | F | 1F | 36 | 43 |
| Octal | 330 | 254 | 176 | 0 | 24 | 52 | 17 | 37 | 66 | 103 |
| Binary | 11011000 | 10101100 | 1111110 | 0 | 10100 | 101010 | 1111 | 11111 | 110110 | 1000011 |
Color Harmonies of #D8AC7E
Complementary color
Monochromatic Colors of #D8AC7E
Black with #D8AC7E
Text Example
Text Example
White with #D8AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC7E; }
p { color: rgb(216,172,126); }
H1.HeaderClassName
{
color: #D8AC7E;
}
.AnyTagClassName
{
color: #D8AC7E;
}
</style>
background-color css
<style>
a { background-color: #D8AC7E; }
a { background-color: rgb(216,172,126); }
div.DivClassName
{
background-color: #D8AC7E;
}
.BgClassName
{
background-color: #D8AC7E;
}
</style>
border-color css
<style>
span { border-color: #D8AC7E; }
span { border-color: rgb(216,172,126); }
td.TdClassName
{
border-color: #D8AC7E;
}
.TagClassName
{
border-color: #D8AC7E;
}
</style>