Shades of Equator #D6B25E
Tints of Equator #D6B25E
RGB
CMYK
RGB Variations
Color information
#D6B25E (or 0xD6B25E) is known color: Equator. HEX triplet: D6, B2 and 5E. RGB value is (214,178,94). Sum of RGB (Red+Green+Blue) = 214+178+94=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B25E is #294DA1. Grayscale: #B3B3B3. Windows color (decimal): -2706850 or 6206166. OLE color: 6206166.
HSL color Cylindrical-coordinate representation of color #D6B25E: hue angle of 42º 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 #D6B25E is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 94 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.16 |
| HSL | 42º | 0.59% | 0.6% | - |
| HSV(B) | 42º | 0.56% | 0.84% | - |
| XYZ | 45.67 | 46.95 | 17.24 | - |
| YUV | 179.19 | 79.93 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 94 | 0 | 0.17 | 0.56 | 0.16 | 42 | 0.59 | 0.6 |
| Hex | D6 | B2 | 5E | 0 | 11 | 38 | 10 | 2A | 3B | 3C |
| Octal | 326 | 262 | 136 | 0 | 21 | 70 | 20 | 52 | 73 | 74 |
| Binary | 11010110 | 10110010 | 1011110 | 0 | 10001 | 111000 | 10000 | 101010 | 111011 | 111100 |
Color Harmonies of #D6B25E
Complementary color
Monochromatic Colors of #D6B25E
Black with #D6B25E
Text Example
Text Example
White with #D6B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B25E; }
p { color: rgb(214,178,94); }
H1.HeaderClassName
{
color: #D6B25E;
}
.AnyTagClassName
{
color: #D6B25E;
}
</style>
background-color css
<style>
a { background-color: #D6B25E; }
a { background-color: rgb(214,178,94); }
div.DivClassName
{
background-color: #D6B25E;
}
.BgClassName
{
background-color: #D6B25E;
}
</style>
border-color css
<style>
span { border-color: #D6B25E; }
span { border-color: rgb(214,178,94); }
td.TdClassName
{
border-color: #D6B25E;
}
.TagClassName
{
border-color: #D6B25E;
}
</style>