Shades of Equator #D7B35E
Tints of Equator #D7B35E
RGB
CMYK
RGB Variations
Color information
#D7B35E (or 0xD7B35E) is known color: Equator. HEX triplet: D7, B3 and 5E. RGB value is (215,179,94). Sum of RGB (Red+Green+Blue) = 215+179+94=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B35E is #284CA1. Grayscale: #B4B4B4. Windows color (decimal): -2641058 or 6206423. OLE color: 6206423.
HSL color Cylindrical-coordinate representation of color #D7B35E: hue angle of 42.15º 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 #D7B35E is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 94 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.16 |
| HSL | 42.15º | 0.6% | 0.61% | - |
| HSV(B) | 42.15º | 0.56% | 0.84% | - |
| XYZ | 46.16 | 47.5 | 17.32 | - |
| YUV | 180.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 94 | 0 | 0.17 | 0.56 | 0.16 | 42.15 | 0.6 | 0.61 |
| Hex | D7 | B3 | 5E | 0 | 11 | 38 | 10 | 2A | 3C | 3D |
| Octal | 327 | 263 | 136 | 0 | 21 | 70 | 20 | 52 | 74 | 75 |
| Binary | 11010111 | 10110011 | 1011110 | 0 | 10001 | 111000 | 10000 | 101010 | 111100 | 111101 |
Color Harmonies of #D7B35E
Complementary color
Monochromatic Colors of #D7B35E
Black with #D7B35E
Text Example
Text Example
White with #D7B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B35E; }
p { color: rgb(215,179,94); }
H1.HeaderClassName
{
color: #D7B35E;
}
.AnyTagClassName
{
color: #D7B35E;
}
</style>
background-color css
<style>
a { background-color: #D7B35E; }
a { background-color: rgb(215,179,94); }
div.DivClassName
{
background-color: #D7B35E;
}
.BgClassName
{
background-color: #D7B35E;
}
</style>
border-color css
<style>
span { border-color: #D7B35E; }
span { border-color: rgb(215,179,94); }
td.TdClassName
{
border-color: #D7B35E;
}
.TagClassName
{
border-color: #D7B35E;
}
</style>