Shades of Equator #D9B16C
Tints of Equator #D9B16C
RGB
CMYK
RGB Variations
Color information
#D9B16C (or 0xD9B16C) is known color: Equator. HEX triplet: D9, B1 and 6C. RGB value is (217,177,108). Sum of RGB (Red+Green+Blue) = 217+177+108=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B16C is #264E93. Grayscale: #B5B5B5. Windows color (decimal): -2510484 or 7123417. OLE color: 7123417.
HSL color Cylindrical-coordinate representation of color #D9B16C: hue angle of 37.98º 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 #D9B16C is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 108 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.15 |
| HSL | 37.98º | 0.59% | 0.64% | - |
| HSV(B) | 37.98º | 0.5% | 0.85% | - |
| XYZ | 47.04 | 47.28 | 20.83 | - |
| YUV | 181.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 108 | 0 | 0.18 | 0.50 | 0.15 | 37.98 | 0.59 | 0.64 |
| Hex | D9 | B1 | 6C | 0 | 12 | 32 | F | 26 | 3B | 40 |
| Octal | 331 | 261 | 154 | 0 | 22 | 62 | 17 | 46 | 73 | 100 |
| Binary | 11011001 | 10110001 | 1101100 | 0 | 10010 | 110010 | 1111 | 100110 | 111011 | 1000000 |
Color Harmonies of #D9B16C
Complementary color
Monochromatic Colors of #D9B16C
Black with #D9B16C
Text Example
Text Example
White with #D9B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B16C; }
p { color: rgb(217,177,108); }
H1.HeaderClassName
{
color: #D9B16C;
}
.AnyTagClassName
{
color: #D9B16C;
}
</style>
background-color css
<style>
a { background-color: #D9B16C; }
a { background-color: rgb(217,177,108); }
div.DivClassName
{
background-color: #D9B16C;
}
.BgClassName
{
background-color: #D9B16C;
}
</style>
border-color css
<style>
span { border-color: #D9B16C; }
span { border-color: rgb(217,177,108); }
td.TdClassName
{
border-color: #D9B16C;
}
.TagClassName
{
border-color: #D9B16C;
}
</style>