Shades of Equator #D9AD5E
Tints of Equator #D9AD5E
RGB
CMYK
RGB Variations
Color information
#D9AD5E (or 0xD9AD5E) is known color: Equator. HEX triplet: D9, AD and 5E. RGB value is (217,173,94). Sum of RGB (Red+Green+Blue) = 217+173+94=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD5E is #2652A1. Grayscale: #B1B1B1. Windows color (decimal): -2511522 or 6204889. OLE color: 6204889.
HSL color Cylindrical-coordinate representation of color #D9AD5E: hue angle of 38.54º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9AD5E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 94 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.15 |
| HSL | 38.54º | 0.62% | 0.61% | - |
| HSV(B) | 38.54º | 0.57% | 0.85% | - |
| XYZ | 45.58 | 45.45 | 16.96 | - |
| YUV | 177.15 | 81.08 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 94 | 0 | 0.20 | 0.57 | 0.15 | 38.54 | 0.62 | 0.61 |
| Hex | D9 | AD | 5E | 0 | 14 | 39 | F | 27 | 3E | 3D |
| Octal | 331 | 255 | 136 | 0 | 24 | 71 | 17 | 47 | 76 | 75 |
| Binary | 11011001 | 10101101 | 1011110 | 0 | 10100 | 111001 | 1111 | 100111 | 111110 | 111101 |
Color Harmonies of #D9AD5E
Complementary color
Monochromatic Colors of #D9AD5E
Black with #D9AD5E
Text Example
Text Example
White with #D9AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD5E; }
p { color: rgb(217,173,94); }
H1.HeaderClassName
{
color: #D9AD5E;
}
.AnyTagClassName
{
color: #D9AD5E;
}
</style>
background-color css
<style>
a { background-color: #D9AD5E; }
a { background-color: rgb(217,173,94); }
div.DivClassName
{
background-color: #D9AD5E;
}
.BgClassName
{
background-color: #D9AD5E;
}
</style>
border-color css
<style>
span { border-color: #D9AD5E; }
span { border-color: rgb(217,173,94); }
td.TdClassName
{
border-color: #D9AD5E;
}
.TagClassName
{
border-color: #D9AD5E;
}
</style>