Shades of Equator #D9AD68
Tints of Equator #D9AD68
RGB
CMYK
RGB Variations
Color information
#D9AD68 (or 0xD9AD68) is known color: Equator. HEX triplet: D9, AD and 68. RGB value is (217,173,104). Sum of RGB (Red+Green+Blue) = 217+173+104=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD68 is #265297. Grayscale: #B2B2B2. Windows color (decimal): -2511512 or 6860249. OLE color: 6860249.
HSL color Cylindrical-coordinate representation of color #D9AD68: hue angle of 36.64º 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 #D9AD68 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 173 | 104 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.15 |
| HSL | 36.64º | 0.6% | 0.63% | - |
| HSV(B) | 36.64º | 0.52% | 0.85% | - |
| XYZ | 46.06 | 45.64 | 19.48 | - |
| YUV | 178.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 104 | 0 | 0.20 | 0.52 | 0.15 | 36.64 | 0.6 | 0.63 |
| Hex | D9 | AD | 68 | 0 | 14 | 34 | F | 25 | 3C | 3F |
| Octal | 331 | 255 | 150 | 0 | 24 | 64 | 17 | 45 | 74 | 77 |
| Binary | 11011001 | 10101101 | 1101000 | 0 | 10100 | 110100 | 1111 | 100101 | 111100 | 111111 |
Color Harmonies of #D9AD68
Complementary color
Monochromatic Colors of #D9AD68
Black with #D9AD68
Text Example
Text Example
White with #D9AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AD68; }
p { color: rgb(217,173,104); }
H1.HeaderClassName
{
color: #D9AD68;
}
.AnyTagClassName
{
color: #D9AD68;
}
</style>
background-color css
<style>
a { background-color: #D9AD68; }
a { background-color: rgb(217,173,104); }
div.DivClassName
{
background-color: #D9AD68;
}
.BgClassName
{
background-color: #D9AD68;
}
</style>
border-color css
<style>
span { border-color: #D9AD68; }
span { border-color: rgb(217,173,104); }
td.TdClassName
{
border-color: #D9AD68;
}
.TagClassName
{
border-color: #D9AD68;
}
</style>