Shades of Equator #D5B35E
Tints of Equator #D5B35E
RGB
CMYK
RGB Variations
Color information
#D5B35E (or 0xD5B35E) is known color: Equator. HEX triplet: D5, B3 and 5E. RGB value is (213,179,94). Sum of RGB (Red+Green+Blue) = 213+179+94=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B35E is #2A4CA1. Grayscale: #B3B3B3. Windows color (decimal): -2772130 or 6206421. OLE color: 6206421.
HSL color Cylindrical-coordinate representation of color #D5B35E: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5B35E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 94 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.16 |
| HSL | 42.86º | 0.59% | 0.6% | - |
| HSV(B) | 42.86º | 0.56% | 0.84% | - |
| XYZ | 45.58 | 47.19 | 17.3 | - |
| YUV | 179.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 94 | 0 | 0.16 | 0.56 | 0.16 | 42.86 | 0.59 | 0.6 |
| Hex | D5 | B3 | 5E | 0 | 10 | 38 | 10 | 2B | 3B | 3C |
| Octal | 325 | 263 | 136 | 0 | 20 | 70 | 20 | 53 | 73 | 74 |
| Binary | 11010101 | 10110011 | 1011110 | 0 | 10000 | 111000 | 10000 | 101011 | 111011 | 111100 |
Color Harmonies of #D5B35E
Complementary color
Monochromatic Colors of #D5B35E
Black with #D5B35E
Text Example
Text Example
White with #D5B35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B35E; }
p { color: rgb(213,179,94); }
H1.HeaderClassName
{
color: #D5B35E;
}
.AnyTagClassName
{
color: #D5B35E;
}
</style>
background-color css
<style>
a { background-color: #D5B35E; }
a { background-color: rgb(213,179,94); }
div.DivClassName
{
background-color: #D5B35E;
}
.BgClassName
{
background-color: #D5B35E;
}
</style>
border-color css
<style>
span { border-color: #D5B35E; }
span { border-color: rgb(213,179,94); }
td.TdClassName
{
border-color: #D5B35E;
}
.TagClassName
{
border-color: #D5B35E;
}
</style>