Shades of Equator #D9B55D
Tints of Equator #D9B55D
RGB
CMYK
RGB Variations
Color information
#D9B55D (or 0xD9B55D) is known color: Equator. HEX triplet: D9, B5 and 5D. RGB value is (217,181,93). Sum of RGB (Red+Green+Blue) = 217+181+93=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B55D is #264AA2. Grayscale: #B6B6B6. Windows color (decimal): -2509475 or 6141401. OLE color: 6141401.
HSL color Cylindrical-coordinate representation of color #D9B55D: hue angle of 42.58º 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 #D9B55D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 93 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.15 |
| HSL | 42.58º | 0.62% | 0.61% | - |
| HSV(B) | 42.58º | 0.57% | 0.85% | - |
| XYZ | 47.11 | 48.59 | 17.25 | - |
| YUV | 181.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 93 | 0 | 0.17 | 0.57 | 0.15 | 42.58 | 0.62 | 0.61 |
| Hex | D9 | B5 | 5D | 0 | 11 | 39 | F | 2B | 3E | 3D |
| Octal | 331 | 265 | 135 | 0 | 21 | 71 | 17 | 53 | 76 | 75 |
| Binary | 11011001 | 10110101 | 1011101 | 0 | 10001 | 111001 | 1111 | 101011 | 111110 | 111101 |
Color Harmonies of #D9B55D
Complementary color
Monochromatic Colors of #D9B55D
Black with #D9B55D
Text Example
Text Example
White with #D9B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B55D; }
p { color: rgb(217,181,93); }
H1.HeaderClassName
{
color: #D9B55D;
}
.AnyTagClassName
{
color: #D9B55D;
}
</style>
background-color css
<style>
a { background-color: #D9B55D; }
a { background-color: rgb(217,181,93); }
div.DivClassName
{
background-color: #D9B55D;
}
.BgClassName
{
background-color: #D9B55D;
}
</style>
border-color css
<style>
span { border-color: #D9B55D; }
span { border-color: rgb(217,181,93); }
td.TdClassName
{
border-color: #D9B55D;
}
.TagClassName
{
border-color: #D9B55D;
}
</style>