Shades of Equator #D6B45E
Tints of Equator #D6B45E
RGB
CMYK
RGB Variations
Color information
#D6B45E (or 0xD6B45E) is known color: Equator. HEX triplet: D6, B4 and 5E. RGB value is (214,180,94). Sum of RGB (Red+Green+Blue) = 214+180+94=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B45E is #294BA1. Grayscale: #B4B4B4. Windows color (decimal): -2706338 or 6206678. OLE color: 6206678.
HSL color Cylindrical-coordinate representation of color #D6B45E: hue angle of 43º 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 #D6B45E is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 94 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.16 |
| HSL | 43º | 0.59% | 0.6% | - |
| HSV(B) | 43º | 0.56% | 0.84% | - |
| XYZ | 46.07 | 47.75 | 17.38 | - |
| YUV | 180.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 94 | 0 | 0.16 | 0.56 | 0.16 | 43 | 0.59 | 0.6 |
| Hex | D6 | B4 | 5E | 0 | 10 | 38 | 10 | 2B | 3B | 3C |
| Octal | 326 | 264 | 136 | 0 | 20 | 70 | 20 | 53 | 73 | 74 |
| Binary | 11010110 | 10110100 | 1011110 | 0 | 10000 | 111000 | 10000 | 101011 | 111011 | 111100 |
Color Harmonies of #D6B45E
Complementary color
Monochromatic Colors of #D6B45E
Black with #D6B45E
Text Example
Text Example
White with #D6B45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B45E; }
p { color: rgb(214,180,94); }
H1.HeaderClassName
{
color: #D6B45E;
}
.AnyTagClassName
{
color: #D6B45E;
}
</style>
background-color css
<style>
a { background-color: #D6B45E; }
a { background-color: rgb(214,180,94); }
div.DivClassName
{
background-color: #D6B45E;
}
.BgClassName
{
background-color: #D6B45E;
}
</style>
border-color css
<style>
span { border-color: #D6B45E; }
span { border-color: rgb(214,180,94); }
td.TdClassName
{
border-color: #D6B45E;
}
.TagClassName
{
border-color: #D6B45E;
}
</style>