Shades of Equator #D5B359
Tints of Equator #D5B359
RGB
CMYK
RGB Variations
Color information
#D5B359 (or 0xD5B359) is known color: Equator. HEX triplet: D5, B3 and 59. RGB value is (213,179,89). Sum of RGB (Red+Green+Blue) = 213+179+89=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B359 is #2A4CA6. Grayscale: #B3B3B3. Windows color (decimal): -2772135 or 5878741. OLE color: 5878741.
HSL color Cylindrical-coordinate representation of color #D5B359: hue angle of 43.55º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D5B359 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 89 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.16 |
| HSL | 43.55º | 0.6% | 0.59% | - |
| HSV(B) | 43.55º | 0.58% | 0.84% | - |
| XYZ | 45.36 | 47.11 | 16.15 | - |
| YUV | 178.91 | 77.26 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 89 | 0 | 0.16 | 0.58 | 0.16 | 43.55 | 0.6 | 0.59 |
| Hex | D5 | B3 | 59 | 0 | 10 | 3A | 10 | 2C | 3C | 3B |
| Octal | 325 | 263 | 131 | 0 | 20 | 72 | 20 | 54 | 74 | 73 |
| Binary | 11010101 | 10110011 | 1011001 | 0 | 10000 | 111010 | 10000 | 101100 | 111100 | 111011 |
Color Harmonies of #D5B359
Complementary color
Monochromatic Colors of #D5B359
Black with #D5B359
Text Example
Text Example
White with #D5B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B359; }
p { color: rgb(213,179,89); }
H1.HeaderClassName
{
color: #D5B359;
}
.AnyTagClassName
{
color: #D5B359;
}
</style>
background-color css
<style>
a { background-color: #D5B359; }
a { background-color: rgb(213,179,89); }
div.DivClassName
{
background-color: #D5B359;
}
.BgClassName
{
background-color: #D5B359;
}
</style>
border-color css
<style>
span { border-color: #D5B359; }
span { border-color: rgb(213,179,89); }
td.TdClassName
{
border-color: #D5B359;
}
.TagClassName
{
border-color: #D5B359;
}
</style>