Shades of Equator #D5B25E
Tints of Equator #D5B25E
RGB
CMYK
RGB Variations
Color information
#D5B25E (or 0xD5B25E) is known color: Equator. HEX triplet: D5, B2 and 5E. RGB value is (213,178,94). Sum of RGB (Red+Green+Blue) = 213+178+94=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B25E is #2A4DA1. Grayscale: #B3B3B3. Windows color (decimal): -2772386 or 6206165. OLE color: 6206165.
HSL color Cylindrical-coordinate representation of color #D5B25E: hue angle of 42.35º 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 #D5B25E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 178 | 94 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.16 |
| HSL | 42.35º | 0.59% | 0.6% | - |
| HSV(B) | 42.35º | 0.56% | 0.84% | - |
| XYZ | 45.38 | 46.8 | 17.23 | - |
| YUV | 178.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 178 | 94 | 0 | 0.16 | 0.56 | 0.16 | 42.35 | 0.59 | 0.6 |
| Hex | D5 | B2 | 5E | 0 | 10 | 38 | 10 | 2A | 3B | 3C |
| Octal | 325 | 262 | 136 | 0 | 20 | 70 | 20 | 52 | 73 | 74 |
| Binary | 11010101 | 10110010 | 1011110 | 0 | 10000 | 111000 | 10000 | 101010 | 111011 | 111100 |
Color Harmonies of #D5B25E
Complementary color
Monochromatic Colors of #D5B25E
Black with #D5B25E
Text Example
Text Example
White with #D5B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B25E; }
p { color: rgb(213,178,94); }
H1.HeaderClassName
{
color: #D5B25E;
}
.AnyTagClassName
{
color: #D5B25E;
}
</style>
background-color css
<style>
a { background-color: #D5B25E; }
a { background-color: rgb(213,178,94); }
div.DivClassName
{
background-color: #D5B25E;
}
.BgClassName
{
background-color: #D5B25E;
}
</style>
border-color css
<style>
span { border-color: #D5B25E; }
span { border-color: rgb(213,178,94); }
td.TdClassName
{
border-color: #D5B25E;
}
.TagClassName
{
border-color: #D5B25E;
}
</style>