Shades of Equator #D5B05E
Tints of Equator #D5B05E
RGB
CMYK
RGB Variations
Color information
#D5B05E (or 0xD5B05E) is known color: Equator. HEX triplet: D5, B0 and 5E. RGB value is (213,176,94). Sum of RGB (Red+Green+Blue) = 213+176+94=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B05E is #2A4FA1. Grayscale: #B2B2B2. Windows color (decimal): -2772898 or 6205653. OLE color: 6205653.
HSL color Cylindrical-coordinate representation of color #D5B05E: hue angle of 41.34º 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 #D5B05E is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 94 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.16 |
| HSL | 41.34º | 0.59% | 0.6% | - |
| HSV(B) | 41.34º | 0.56% | 0.84% | - |
| XYZ | 44.99 | 46 | 17.1 | - |
| YUV | 177.72 | 80.76 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 94 | 0 | 0.17 | 0.56 | 0.16 | 41.34 | 0.59 | 0.6 |
| Hex | D5 | B0 | 5E | 0 | 11 | 38 | 10 | 29 | 3B | 3C |
| Octal | 325 | 260 | 136 | 0 | 21 | 70 | 20 | 51 | 73 | 74 |
| Binary | 11010101 | 10110000 | 1011110 | 0 | 10001 | 111000 | 10000 | 101001 | 111011 | 111100 |
Color Harmonies of #D5B05E
Complementary color
Monochromatic Colors of #D5B05E
Black with #D5B05E
Text Example
Text Example
White with #D5B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B05E; }
p { color: rgb(213,176,94); }
H1.HeaderClassName
{
color: #D5B05E;
}
.AnyTagClassName
{
color: #D5B05E;
}
</style>
background-color css
<style>
a { background-color: #D5B05E; }
a { background-color: rgb(213,176,94); }
div.DivClassName
{
background-color: #D5B05E;
}
.BgClassName
{
background-color: #D5B05E;
}
</style>
border-color css
<style>
span { border-color: #D5B05E; }
span { border-color: rgb(213,176,94); }
td.TdClassName
{
border-color: #D5B05E;
}
.TagClassName
{
border-color: #D5B05E;
}
</style>