Shades of Equator #D8AC64
Tints of Equator #D8AC64
RGB
CMYK
RGB Variations
Color information
#D8AC64 (or 0xD8AC64) is known color: Equator. HEX triplet: D8, AC and 64. RGB value is (216,172,100). Sum of RGB (Red+Green+Blue) = 216+172+100=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 100 (39.45% from 255 or 20.49% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC64 is #27539B. Grayscale: #B1B1B1. Windows color (decimal): -2577308 or 6597848. OLE color: 6597848.
HSL color Cylindrical-coordinate representation of color #D8AC64: hue angle of 37.24º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8AC64 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 100 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.15 |
| HSL | 37.24º | 0.6% | 0.62% | - |
| HSV(B) | 37.24º | 0.54% | 0.85% | - |
| XYZ | 45.37 | 45.02 | 18.36 | - |
| YUV | 176.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 100 | 0 | 0.20 | 0.54 | 0.15 | 37.24 | 0.6 | 0.62 |
| Hex | D8 | AC | 64 | 0 | 14 | 36 | F | 25 | 3C | 3E |
| Octal | 330 | 254 | 144 | 0 | 24 | 66 | 17 | 45 | 74 | 76 |
| Binary | 11011000 | 10101100 | 1100100 | 0 | 10100 | 110110 | 1111 | 100101 | 111100 | 111110 |
Color Harmonies of #D8AC64
Complementary color
Monochromatic Colors of #D8AC64
Black with #D8AC64
Text Example
Text Example
White with #D8AC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC64; }
p { color: rgb(216,172,100); }
H1.HeaderClassName
{
color: #D8AC64;
}
.AnyTagClassName
{
color: #D8AC64;
}
</style>
background-color css
<style>
a { background-color: #D8AC64; }
a { background-color: rgb(216,172,100); }
div.DivClassName
{
background-color: #D8AC64;
}
.BgClassName
{
background-color: #D8AC64;
}
</style>
border-color css
<style>
span { border-color: #D8AC64; }
span { border-color: rgb(216,172,100); }
td.TdClassName
{
border-color: #D8AC64;
}
.TagClassName
{
border-color: #D8AC64;
}
</style>