Shades of Equator #D9B76B
Tints of Equator #D9B76B
RGB
CMYK
RGB Variations
Color information
#D9B76B (or 0xD9B76B) is known color: Equator. HEX triplet: D9, B7 and 6B. RGB value is (217,183,107). Sum of RGB (Red+Green+Blue) = 217+183+107=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B76B is #264894. Grayscale: #B8B8B8. Windows color (decimal): -2508949 or 7059417. OLE color: 7059417.
HSL color Cylindrical-coordinate representation of color #D9B76B: hue angle of 41.45º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9B76B is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 183 | 107 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.15 |
| HSL | 41.45º | 0.59% | 0.64% | - |
| HSV(B) | 41.45º | 0.51% | 0.85% | - |
| XYZ | 48.2 | 49.68 | 20.96 | - |
| YUV | 184.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 183 | 107 | 0 | 0.16 | 0.51 | 0.15 | 41.45 | 0.59 | 0.64 |
| Hex | D9 | B7 | 6B | 0 | 10 | 33 | F | 29 | 3B | 40 |
| Octal | 331 | 267 | 153 | 0 | 20 | 63 | 17 | 51 | 73 | 100 |
| Binary | 11011001 | 10110111 | 1101011 | 0 | 10000 | 110011 | 1111 | 101001 | 111011 | 1000000 |
Color Harmonies of #D9B76B
Complementary color
Monochromatic Colors of #D9B76B
Black with #D9B76B
Text Example
Text Example
White with #D9B76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B76B; }
p { color: rgb(217,183,107); }
H1.HeaderClassName
{
color: #D9B76B;
}
.AnyTagClassName
{
color: #D9B76B;
}
</style>
background-color css
<style>
a { background-color: #D9B76B; }
a { background-color: rgb(217,183,107); }
div.DivClassName
{
background-color: #D9B76B;
}
.BgClassName
{
background-color: #D9B76B;
}
</style>
border-color css
<style>
span { border-color: #D9B76B; }
span { border-color: rgb(217,183,107); }
td.TdClassName
{
border-color: #D9B76B;
}
.TagClassName
{
border-color: #D9B76B;
}
</style>