Shades of Equator #D9AD62
Tints of Equator #D9AD62
RGB
CMYK
RGB Variations
Color information
#D9AD62 (or 0xD9AD62) is known color: Equator. HEX triplet: D9, AD and 62. RGB value is (217,173,98). Sum of RGB (Red+Green+Blue) = 217+173+98=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD62 is #26529D. Grayscale: #B1B1B1. Windows color (decimal): -2511518 or 6467033. OLE color: 6467033.
HSL color Cylindrical-coordinate representation of color #D9AD62: hue angle of 37.82º degrees, saturation: 0.61, 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 #D9AD62 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 98 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.15 |
| HSL | 37.82º | 0.61% | 0.62% | - |
| HSV(B) | 37.82º | 0.55% | 0.85% | - |
| XYZ | 45.76 | 45.52 | 17.93 | - |
| YUV | 177.61 | 83.08 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 98 | 0 | 0.20 | 0.55 | 0.15 | 37.82 | 0.61 | 0.62 |
| Hex | D9 | AD | 62 | 0 | 14 | 37 | F | 26 | 3D | 3E |
| Octal | 331 | 255 | 142 | 0 | 24 | 67 | 17 | 46 | 75 | 76 |
| Binary | 11011001 | 10101101 | 1100010 | 0 | 10100 | 110111 | 1111 | 100110 | 111101 | 111110 |
Color Harmonies of #D9AD62
Complementary color
Monochromatic Colors of #D9AD62
Black with #D9AD62
Text Example
Text Example
White with #D9AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD62; }
p { color: rgb(217,173,98); }
H1.HeaderClassName
{
color: #D9AD62;
}
.AnyTagClassName
{
color: #D9AD62;
}
</style>
background-color css
<style>
a { background-color: #D9AD62; }
a { background-color: rgb(217,173,98); }
div.DivClassName
{
background-color: #D9AD62;
}
.BgClassName
{
background-color: #D9AD62;
}
</style>
border-color css
<style>
span { border-color: #D9AD62; }
span { border-color: rgb(217,173,98); }
td.TdClassName
{
border-color: #D9AD62;
}
.TagClassName
{
border-color: #D9AD62;
}
</style>