Shades of Equator #D6B45D
Tints of Equator #D6B45D
RGB
CMYK
RGB Variations
Color information
#D6B45D (or 0xD6B45D) is known color: Equator. HEX triplet: D6, B4 and 5D. RGB value is (214,180,93). Sum of RGB (Red+Green+Blue) = 214+180+93=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B45D is #294BA2. Grayscale: #B4B4B4. Windows color (decimal): -2706339 or 6141142. OLE color: 6141142.
HSL color Cylindrical-coordinate representation of color #D6B45D: hue angle of 43.14º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6B45D is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 180 | 93 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.16 |
| HSL | 43.14º | 0.6% | 0.6% | - |
| HSV(B) | 43.14º | 0.57% | 0.84% | - |
| XYZ | 46.03 | 47.73 | 17.14 | - |
| YUV | 180.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 180 | 93 | 0 | 0.16 | 0.57 | 0.16 | 43.14 | 0.6 | 0.6 |
| Hex | D6 | B4 | 5D | 0 | 10 | 39 | 10 | 2B | 3C | 3C |
| Octal | 326 | 264 | 135 | 0 | 20 | 71 | 20 | 53 | 74 | 74 |
| Binary | 11010110 | 10110100 | 1011101 | 0 | 10000 | 111001 | 10000 | 101011 | 111100 | 111100 |
Color Harmonies of #D6B45D
Complementary color
Monochromatic Colors of #D6B45D
Black with #D6B45D
Text Example
Text Example
White with #D6B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B45D; }
p { color: rgb(214,180,93); }
H1.HeaderClassName
{
color: #D6B45D;
}
.AnyTagClassName
{
color: #D6B45D;
}
</style>
background-color css
<style>
a { background-color: #D6B45D; }
a { background-color: rgb(214,180,93); }
div.DivClassName
{
background-color: #D6B45D;
}
.BgClassName
{
background-color: #D6B45D;
}
</style>
border-color css
<style>
span { border-color: #D6B45D; }
span { border-color: rgb(214,180,93); }
td.TdClassName
{
border-color: #D6B45D;
}
.TagClassName
{
border-color: #D6B45D;
}
</style>