Shades of Equator #D9AD69
Tints of Equator #D9AD69
RGB
CMYK
RGB Variations
Color information
#D9AD69 (or 0xD9AD69) is known color: Equator. HEX triplet: D9, AD and 69. RGB value is (217,173,105). Sum of RGB (Red+Green+Blue) = 217+173+105=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD69 is #265296. Grayscale: #B2B2B2. Windows color (decimal): -2511511 or 6925785. OLE color: 6925785.
HSL color Cylindrical-coordinate representation of color #D9AD69: hue angle of 36.43º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9AD69 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.43º | 0.6% | 0.63% | - |
| HSV(B) | 36.43º | 0.52% | 0.85% | - |
| XYZ | 46.11 | 45.66 | 19.75 | - |
| YUV | 178.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 105 | 0 | 0.20 | 0.52 | 0.15 | 36.43 | 0.6 | 0.63 |
| Hex | D9 | AD | 69 | 0 | 14 | 34 | F | 24 | 3C | 3F |
| Octal | 331 | 255 | 151 | 0 | 24 | 64 | 17 | 44 | 74 | 77 |
| Binary | 11011001 | 10101101 | 1101001 | 0 | 10100 | 110100 | 1111 | 100100 | 111100 | 111111 |
Color Harmonies of #D9AD69
Complementary color
Monochromatic Colors of #D9AD69
Black with #D9AD69
Text Example
Text Example
White with #D9AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD69; }
p { color: rgb(217,173,105); }
H1.HeaderClassName
{
color: #D9AD69;
}
.AnyTagClassName
{
color: #D9AD69;
}
</style>
background-color css
<style>
a { background-color: #D9AD69; }
a { background-color: rgb(217,173,105); }
div.DivClassName
{
background-color: #D9AD69;
}
.BgClassName
{
background-color: #D9AD69;
}
</style>
border-color css
<style>
span { border-color: #D9AD69; }
span { border-color: rgb(217,173,105); }
td.TdClassName
{
border-color: #D9AD69;
}
.TagClassName
{
border-color: #D9AD69;
}
</style>