Shades of Equator #D9B76D
Tints of Equator #D9B76D
RGB
CMYK
RGB Variations
Color information
#D9B76D (or 0xD9B76D) is known color: Equator. HEX triplet: D9, B7 and 6D. RGB value is (217,183,109). Sum of RGB (Red+Green+Blue) = 217+183+109=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B76D is #264892. Grayscale: #B9B9B9. Windows color (decimal): -2508947 or 7190489. OLE color: 7190489.
HSL color Cylindrical-coordinate representation of color #D9B76D: hue angle of 41.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9B76D is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 109 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.15 |
| HSL | 41.11º | 0.59% | 0.64% | - |
| HSV(B) | 41.11º | 0.5% | 0.85% | - |
| XYZ | 48.31 | 49.72 | 21.52 | - |
| YUV | 184.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 109 | 0 | 0.16 | 0.50 | 0.15 | 41.11 | 0.59 | 0.64 |
| Hex | D9 | B7 | 6D | 0 | 10 | 32 | F | 29 | 3B | 40 |
| Octal | 331 | 267 | 155 | 0 | 20 | 62 | 17 | 51 | 73 | 100 |
| Binary | 11011001 | 10110111 | 1101101 | 0 | 10000 | 110010 | 1111 | 101001 | 111011 | 1000000 |
Color Harmonies of #D9B76D
Complementary color
Monochromatic Colors of #D9B76D
Black with #D9B76D
Text Example
Text Example
White with #D9B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B76D; }
p { color: rgb(217,183,109); }
H1.HeaderClassName
{
color: #D9B76D;
}
.AnyTagClassName
{
color: #D9B76D;
}
</style>
background-color css
<style>
a { background-color: #D9B76D; }
a { background-color: rgb(217,183,109); }
div.DivClassName
{
background-color: #D9B76D;
}
.BgClassName
{
background-color: #D9B76D;
}
</style>
border-color css
<style>
span { border-color: #D9B76D; }
span { border-color: rgb(217,183,109); }
td.TdClassName
{
border-color: #D9B76D;
}
.TagClassName
{
border-color: #D9B76D;
}
</style>