Shades of Equator #D9AD64
Tints of Equator #D9AD64
RGB
CMYK
RGB Variations
Color information
#D9AD64 (or 0xD9AD64) is known color: Equator. HEX triplet: D9, AD and 64. RGB value is (217,173,100). Sum of RGB (Red+Green+Blue) = 217+173+100=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD64 is #26529B. Grayscale: #B2B2B2. Windows color (decimal): -2511516 or 6598105. OLE color: 6598105.
HSL color Cylindrical-coordinate representation of color #D9AD64: hue angle of 37.44º degrees, saturation: 0.61, 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 #D9AD64 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 100 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.15 |
| HSL | 37.44º | 0.61% | 0.62% | - |
| HSV(B) | 37.44º | 0.54% | 0.85% | - |
| XYZ | 45.86 | 45.56 | 18.43 | - |
| YUV | 177.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 100 | 0 | 0.20 | 0.54 | 0.15 | 37.44 | 0.61 | 0.62 |
| Hex | D9 | AD | 64 | 0 | 14 | 36 | F | 25 | 3D | 3E |
| Octal | 331 | 255 | 144 | 0 | 24 | 66 | 17 | 45 | 75 | 76 |
| Binary | 11011001 | 10101101 | 1100100 | 0 | 10100 | 110110 | 1111 | 100101 | 111101 | 111110 |
Color Harmonies of #D9AD64
Complementary color
Monochromatic Colors of #D9AD64
Black with #D9AD64
Text Example
Text Example
White with #D9AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD64; }
p { color: rgb(217,173,100); }
H1.HeaderClassName
{
color: #D9AD64;
}
.AnyTagClassName
{
color: #D9AD64;
}
</style>
background-color css
<style>
a { background-color: #D9AD64; }
a { background-color: rgb(217,173,100); }
div.DivClassName
{
background-color: #D9AD64;
}
.BgClassName
{
background-color: #D9AD64;
}
</style>
border-color css
<style>
span { border-color: #D9AD64; }
span { border-color: rgb(217,173,100); }
td.TdClassName
{
border-color: #D9AD64;
}
.TagClassName
{
border-color: #D9AD64;
}
</style>