Shades of Equator #D9B76C
Tints of Equator #D9B76C
RGB
CMYK
RGB Variations
Color information
#D9B76C (or 0xD9B76C) is known color: Equator. HEX triplet: D9, B7 and 6C. RGB value is (217,183,108). Sum of RGB (Red+Green+Blue) = 217+183+108=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B76C is #264893. Grayscale: #B8B8B8. Windows color (decimal): -2508948 or 7124953. OLE color: 7124953.
HSL color Cylindrical-coordinate representation of color #D9B76C: hue angle of 41.28º 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 #D9B76C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 108 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.15 |
| HSL | 41.28º | 0.59% | 0.64% | - |
| HSV(B) | 41.28º | 0.5% | 0.85% | - |
| XYZ | 48.26 | 49.7 | 21.24 | - |
| YUV | 184.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 108 | 0 | 0.16 | 0.50 | 0.15 | 41.28 | 0.59 | 0.64 |
| Hex | D9 | B7 | 6C | 0 | 10 | 32 | F | 29 | 3B | 40 |
| Octal | 331 | 267 | 154 | 0 | 20 | 62 | 17 | 51 | 73 | 100 |
| Binary | 11011001 | 10110111 | 1101100 | 0 | 10000 | 110010 | 1111 | 101001 | 111011 | 1000000 |
Color Harmonies of #D9B76C
Complementary color
Monochromatic Colors of #D9B76C
Black with #D9B76C
Text Example
Text Example
White with #D9B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B76C; }
p { color: rgb(217,183,108); }
H1.HeaderClassName
{
color: #D9B76C;
}
.AnyTagClassName
{
color: #D9B76C;
}
</style>
background-color css
<style>
a { background-color: #D9B76C; }
a { background-color: rgb(217,183,108); }
div.DivClassName
{
background-color: #D9B76C;
}
.BgClassName
{
background-color: #D9B76C;
}
</style>
border-color css
<style>
span { border-color: #D9B76C; }
span { border-color: rgb(217,183,108); }
td.TdClassName
{
border-color: #D9B76C;
}
.TagClassName
{
border-color: #D9B76C;
}
</style>