Shades of Equator #D7B05E
Tints of Equator #D7B05E
RGB
CMYK
RGB Variations
Color information
#D7B05E (or 0xD7B05E) is known color: Equator. HEX triplet: D7, B0 and 5E. RGB value is (215,176,94). Sum of RGB (Red+Green+Blue) = 215+176+94=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B05E is #284FA1. Grayscale: #B2B2B2. Windows color (decimal): -2641826 or 6205655. OLE color: 6205655.
HSL color Cylindrical-coordinate representation of color #D7B05E: hue angle of 40.66º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7B05E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 176 | 94 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.16 |
| HSL | 40.66º | 0.6% | 0.61% | - |
| HSV(B) | 40.66º | 0.56% | 0.84% | - |
| XYZ | 45.57 | 46.31 | 17.13 | - |
| YUV | 178.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 176 | 94 | 0 | 0.18 | 0.56 | 0.16 | 40.66 | 0.6 | 0.61 |
| Hex | D7 | B0 | 5E | 0 | 12 | 38 | 10 | 29 | 3C | 3D |
| Octal | 327 | 260 | 136 | 0 | 22 | 70 | 20 | 51 | 74 | 75 |
| Binary | 11010111 | 10110000 | 1011110 | 0 | 10010 | 111000 | 10000 | 101001 | 111100 | 111101 |
Color Harmonies of #D7B05E
Complementary color
Monochromatic Colors of #D7B05E
Black with #D7B05E
Text Example
Text Example
White with #D7B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B05E; }
p { color: rgb(215,176,94); }
H1.HeaderClassName
{
color: #D7B05E;
}
.AnyTagClassName
{
color: #D7B05E;
}
</style>
background-color css
<style>
a { background-color: #D7B05E; }
a { background-color: rgb(215,176,94); }
div.DivClassName
{
background-color: #D7B05E;
}
.BgClassName
{
background-color: #D7B05E;
}
</style>
border-color css
<style>
span { border-color: #D7B05E; }
span { border-color: rgb(215,176,94); }
td.TdClassName
{
border-color: #D7B05E;
}
.TagClassName
{
border-color: #D7B05E;
}
</style>