Shades of Equator #D7B35A
Tints of Equator #D7B35A
RGB
CMYK
RGB Variations
Color information
#D7B35A (or 0xD7B35A) is known color: Equator. HEX triplet: D7, B3 and 5A. RGB value is (215,179,90). Sum of RGB (Red+Green+Blue) = 215+179+90=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B35A is #284CA5. Grayscale: #B4B4B4. Windows color (decimal): -2641062 or 5944279. OLE color: 5944279.
HSL color Cylindrical-coordinate representation of color #D7B35A: hue angle of 42.72º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7B35A is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 179 | 90 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.16 |
| HSL | 42.72º | 0.61% | 0.6% | - |
| HSV(B) | 42.72º | 0.58% | 0.84% | - |
| XYZ | 45.99 | 47.43 | 16.4 | - |
| YUV | 179.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 179 | 90 | 0 | 0.17 | 0.58 | 0.16 | 42.72 | 0.61 | 0.6 |
| Hex | D7 | B3 | 5A | 0 | 11 | 3A | 10 | 2B | 3D | 3C |
| Octal | 327 | 263 | 132 | 0 | 21 | 72 | 20 | 53 | 75 | 74 |
| Binary | 11010111 | 10110011 | 1011010 | 0 | 10001 | 111010 | 10000 | 101011 | 111101 | 111100 |
Color Harmonies of #D7B35A
Complementary color
Monochromatic Colors of #D7B35A
Black with #D7B35A
Text Example
Text Example
White with #D7B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B35A; }
p { color: rgb(215,179,90); }
H1.HeaderClassName
{
color: #D7B35A;
}
.AnyTagClassName
{
color: #D7B35A;
}
</style>
background-color css
<style>
a { background-color: #D7B35A; }
a { background-color: rgb(215,179,90); }
div.DivClassName
{
background-color: #D7B35A;
}
.BgClassName
{
background-color: #D7B35A;
}
</style>
border-color css
<style>
span { border-color: #D7B35A; }
span { border-color: rgb(215,179,90); }
td.TdClassName
{
border-color: #D7B35A;
}
.TagClassName
{
border-color: #D7B35A;
}
</style>