Shades of Equator #D7B35D
Tints of Equator #D7B35D
RGB
CMYK
RGB Variations
Color information
#D7B35D (or 0xD7B35D) is known color: Equator. HEX triplet: D7, B3 and 5D. RGB value is (215,179,93). Sum of RGB (Red+Green+Blue) = 215+179+93=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B35D is #284CA2. Grayscale: #B4B4B4. Windows color (decimal): -2641059 or 6140887. OLE color: 6140887.
HSL color Cylindrical-coordinate representation of color #D7B35D: hue angle of 42.3º 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 #D7B35D is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 93 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.16 |
| HSL | 42.3º | 0.6% | 0.6% | - |
| HSV(B) | 42.3º | 0.57% | 0.84% | - |
| XYZ | 46.12 | 47.48 | 17.09 | - |
| YUV | 179.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 93 | 0 | 0.17 | 0.57 | 0.16 | 42.3 | 0.6 | 0.6 |
| Hex | D7 | B3 | 5D | 0 | 11 | 39 | 10 | 2A | 3C | 3C |
| Octal | 327 | 263 | 135 | 0 | 21 | 71 | 20 | 52 | 74 | 74 |
| Binary | 11010111 | 10110011 | 1011101 | 0 | 10001 | 111001 | 10000 | 101010 | 111100 | 111100 |
Color Harmonies of #D7B35D
Complementary color
Monochromatic Colors of #D7B35D
Black with #D7B35D
Text Example
Text Example
White with #D7B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B35D; }
p { color: rgb(215,179,93); }
H1.HeaderClassName
{
color: #D7B35D;
}
.AnyTagClassName
{
color: #D7B35D;
}
</style>
background-color css
<style>
a { background-color: #D7B35D; }
a { background-color: rgb(215,179,93); }
div.DivClassName
{
background-color: #D7B35D;
}
.BgClassName
{
background-color: #D7B35D;
}
</style>
border-color css
<style>
span { border-color: #D7B35D; }
span { border-color: rgb(215,179,93); }
td.TdClassName
{
border-color: #D7B35D;
}
.TagClassName
{
border-color: #D7B35D;
}
</style>