Shades of Equator #D9B05E
Tints of Equator #D9B05E
RGB
CMYK
RGB Variations
Color information
#D9B05E (or 0xD9B05E) is known color: Equator. HEX triplet: D9, B0 and 5E. RGB value is (217,176,94). Sum of RGB (Red+Green+Blue) = 217+176+94=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 94 (37.11% from 255 or 19.30% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B05E is #264FA1. Grayscale: #B3B3B3. Windows color (decimal): -2510754 or 6205657. OLE color: 6205657.
HSL color Cylindrical-coordinate representation of color #D9B05E: hue angle of 40º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9B05E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 94 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.15 |
| HSL | 40º | 0.62% | 0.61% | - |
| HSV(B) | 40º | 0.57% | 0.85% | - |
| XYZ | 46.16 | 46.61 | 17.15 | - |
| YUV | 178.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 94 | 0 | 0.19 | 0.57 | 0.15 | 40 | 0.62 | 0.61 |
| Hex | D9 | B0 | 5E | 0 | 13 | 39 | F | 28 | 3E | 3D |
| Octal | 331 | 260 | 136 | 0 | 23 | 71 | 17 | 50 | 76 | 75 |
| Binary | 11011001 | 10110000 | 1011110 | 0 | 10011 | 111001 | 1111 | 101000 | 111110 | 111101 |
Color Harmonies of #D9B05E
Complementary color
Monochromatic Colors of #D9B05E
Black with #D9B05E
Text Example
Text Example
White with #D9B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B05E; }
p { color: rgb(217,176,94); }
H1.HeaderClassName
{
color: #D9B05E;
}
.AnyTagClassName
{
color: #D9B05E;
}
</style>
background-color css
<style>
a { background-color: #D9B05E; }
a { background-color: rgb(217,176,94); }
div.DivClassName
{
background-color: #D9B05E;
}
.BgClassName
{
background-color: #D9B05E;
}
</style>
border-color css
<style>
span { border-color: #D9B05E; }
span { border-color: rgb(217,176,94); }
td.TdClassName
{
border-color: #D9B05E;
}
.TagClassName
{
border-color: #D9B05E;
}
</style>