Shades of Equator #D9AD5F
Tints of Equator #D9AD5F
RGB
CMYK
RGB Variations
Color information
#D9AD5F (or 0xD9AD5F) is known color: Equator. HEX triplet: D9, AD and 5F. RGB value is (217,173,95). Sum of RGB (Red+Green+Blue) = 217+173+95=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD5F is #2652A0. Grayscale: #B1B1B1. Windows color (decimal): -2511521 or 6270425. OLE color: 6270425.
HSL color Cylindrical-coordinate representation of color #D9AD5F: hue angle of 38.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9AD5F is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 95 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.15 |
| HSL | 38.36º | 0.62% | 0.61% | - |
| HSV(B) | 38.36º | 0.56% | 0.85% | - |
| XYZ | 45.62 | 45.47 | 17.2 | - |
| YUV | 177.26 | 81.58 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 95 | 0 | 0.20 | 0.56 | 0.15 | 38.36 | 0.62 | 0.61 |
| Hex | D9 | AD | 5F | 0 | 14 | 38 | F | 26 | 3E | 3D |
| Octal | 331 | 255 | 137 | 0 | 24 | 70 | 17 | 46 | 76 | 75 |
| Binary | 11011001 | 10101101 | 1011111 | 0 | 10100 | 111000 | 1111 | 100110 | 111110 | 111101 |
Color Harmonies of #D9AD5F
Complementary color
Monochromatic Colors of #D9AD5F
Black with #D9AD5F
Text Example
Text Example
White with #D9AD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD5F; }
p { color: rgb(217,173,95); }
H1.HeaderClassName
{
color: #D9AD5F;
}
.AnyTagClassName
{
color: #D9AD5F;
}
</style>
background-color css
<style>
a { background-color: #D9AD5F; }
a { background-color: rgb(217,173,95); }
div.DivClassName
{
background-color: #D9AD5F;
}
.BgClassName
{
background-color: #D9AD5F;
}
</style>
border-color css
<style>
span { border-color: #D9AD5F; }
span { border-color: rgb(217,173,95); }
td.TdClassName
{
border-color: #D9AD5F;
}
.TagClassName
{
border-color: #D9AD5F;
}
</style>