Shades of Equator #D8AC62
Tints of Equator #D8AC62
RGB
CMYK
RGB Variations
Color information
#D8AC62 (or 0xD8AC62) is known color: Equator. HEX triplet: D8, AC and 62. RGB value is (216,172,98). Sum of RGB (Red+Green+Blue) = 216+172+98=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC62 is #27539D. Grayscale: #B1B1B1. Windows color (decimal): -2577310 or 6466776. OLE color: 6466776.
HSL color Cylindrical-coordinate representation of color #D8AC62: hue angle of 37.63º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8AC62 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 172 | 98 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.15 |
| HSL | 37.63º | 0.6% | 0.62% | - |
| HSV(B) | 37.63º | 0.55% | 0.85% | - |
| XYZ | 45.28 | 44.99 | 17.85 | - |
| YUV | 176.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 98 | 0 | 0.20 | 0.55 | 0.15 | 37.63 | 0.6 | 0.62 |
| Hex | D8 | AC | 62 | 0 | 14 | 37 | F | 26 | 3C | 3E |
| Octal | 330 | 254 | 142 | 0 | 24 | 67 | 17 | 46 | 74 | 76 |
| Binary | 11011000 | 10101100 | 1100010 | 0 | 10100 | 110111 | 1111 | 100110 | 111100 | 111110 |
Color Harmonies of #D8AC62
Complementary color
Monochromatic Colors of #D8AC62
Black with #D8AC62
Text Example
Text Example
White with #D8AC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AC62; }
p { color: rgb(216,172,98); }
H1.HeaderClassName
{
color: #D8AC62;
}
.AnyTagClassName
{
color: #D8AC62;
}
</style>
background-color css
<style>
a { background-color: #D8AC62; }
a { background-color: rgb(216,172,98); }
div.DivClassName
{
background-color: #D8AC62;
}
.BgClassName
{
background-color: #D8AC62;
}
</style>
border-color css
<style>
span { border-color: #D8AC62; }
span { border-color: rgb(216,172,98); }
td.TdClassName
{
border-color: #D8AC62;
}
.TagClassName
{
border-color: #D8AC62;
}
</style>