Shades of Equator #D7B55D
Tints of Equator #D7B55D
RGB
CMYK
RGB Variations
Color information
#D7B55D (or 0xD7B55D) is known color: Equator. HEX triplet: D7, B5 and 5D. RGB value is (215,181,93). Sum of RGB (Red+Green+Blue) = 215+181+93=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B55D is #284AA2. Grayscale: #B5B5B5. Windows color (decimal): -2640547 or 6141399. OLE color: 6141399.
HSL color Cylindrical-coordinate representation of color #D7B55D: hue angle of 43.28º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7B55D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 181 | 93 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.16 |
| HSL | 43.28º | 0.6% | 0.6% | - |
| HSV(B) | 43.28º | 0.57% | 0.84% | - |
| XYZ | 46.52 | 48.29 | 17.22 | - |
| YUV | 181.13 | 78.26 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 181 | 93 | 0 | 0.16 | 0.57 | 0.16 | 43.28 | 0.6 | 0.6 |
| Hex | D7 | B5 | 5D | 0 | 10 | 39 | 10 | 2B | 3C | 3C |
| Octal | 327 | 265 | 135 | 0 | 20 | 71 | 20 | 53 | 74 | 74 |
| Binary | 11010111 | 10110101 | 1011101 | 0 | 10000 | 111001 | 10000 | 101011 | 111100 | 111100 |
Color Harmonies of #D7B55D
Complementary color
Monochromatic Colors of #D7B55D
Black with #D7B55D
Text Example
Text Example
White with #D7B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B55D; }
p { color: rgb(215,181,93); }
H1.HeaderClassName
{
color: #D7B55D;
}
.AnyTagClassName
{
color: #D7B55D;
}
</style>
background-color css
<style>
a { background-color: #D7B55D; }
a { background-color: rgb(215,181,93); }
div.DivClassName
{
background-color: #D7B55D;
}
.BgClassName
{
background-color: #D7B55D;
}
</style>
border-color css
<style>
span { border-color: #D7B55D; }
span { border-color: rgb(215,181,93); }
td.TdClassName
{
border-color: #D7B55D;
}
.TagClassName
{
border-color: #D7B55D;
}
</style>