Shades of Equator #D7B15D
Tints of Equator #D7B15D
RGB
CMYK
RGB Variations
Color information
#D7B15D (or 0xD7B15D) is known color: Equator. HEX triplet: D7, B1 and 5D. RGB value is (215,177,93). Sum of RGB (Red+Green+Blue) = 215+177+93=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B15D is #284EA2. Grayscale: #B3B3B3. Windows color (decimal): -2641571 or 6140375. OLE color: 6140375.
HSL color Cylindrical-coordinate representation of color #D7B15D: hue angle of 41.31º 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 #D7B15D is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 177 | 93 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.16 |
| HSL | 41.31º | 0.6% | 0.6% | - |
| HSV(B) | 41.31º | 0.57% | 0.84% | - |
| XYZ | 45.72 | 46.68 | 16.96 | - |
| YUV | 178.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 177 | 93 | 0 | 0.18 | 0.57 | 0.16 | 41.31 | 0.6 | 0.6 |
| Hex | D7 | B1 | 5D | 0 | 12 | 39 | 10 | 29 | 3C | 3C |
| Octal | 327 | 261 | 135 | 0 | 22 | 71 | 20 | 51 | 74 | 74 |
| Binary | 11010111 | 10110001 | 1011101 | 0 | 10010 | 111001 | 10000 | 101001 | 111100 | 111100 |
Color Harmonies of #D7B15D
Complementary color
Monochromatic Colors of #D7B15D
Black with #D7B15D
Text Example
Text Example
White with #D7B15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B15D; }
p { color: rgb(215,177,93); }
H1.HeaderClassName
{
color: #D7B15D;
}
.AnyTagClassName
{
color: #D7B15D;
}
</style>
background-color css
<style>
a { background-color: #D7B15D; }
a { background-color: rgb(215,177,93); }
div.DivClassName
{
background-color: #D7B15D;
}
.BgClassName
{
background-color: #D7B15D;
}
</style>
border-color css
<style>
span { border-color: #D7B15D; }
span { border-color: rgb(215,177,93); }
td.TdClassName
{
border-color: #D7B15D;
}
.TagClassName
{
border-color: #D7B15D;
}
</style>