Shades of Equator #D6B062
Tints of Equator #D6B062
RGB
CMYK
RGB Variations
Color information
#D6B062 (or 0xD6B062) is known color: Equator. HEX triplet: D6, B0 and 62. RGB value is (214,176,98). Sum of RGB (Red+Green+Blue) = 214+176+98=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 98 (38.67% from 255 or 20.08% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B062 is #294F9D. Grayscale: #B2B2B2. Windows color (decimal): -2707358 or 6467798. OLE color: 6467798.
HSL color Cylindrical-coordinate representation of color #D6B062: hue angle of 40.34º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D6B062 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 98 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.16 |
| HSL | 40.34º | 0.59% | 0.61% | - |
| HSV(B) | 40.34º | 0.54% | 0.84% | - |
| XYZ | 45.46 | 46.23 | 18.08 | - |
| YUV | 178.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 98 | 0 | 0.18 | 0.54 | 0.16 | 40.34 | 0.59 | 0.61 |
| Hex | D6 | B0 | 62 | 0 | 12 | 36 | 10 | 28 | 3B | 3D |
| Octal | 326 | 260 | 142 | 0 | 22 | 66 | 20 | 50 | 73 | 75 |
| Binary | 11010110 | 10110000 | 1100010 | 0 | 10010 | 110110 | 10000 | 101000 | 111011 | 111101 |
Color Harmonies of #D6B062
Complementary color
Monochromatic Colors of #D6B062
Black with #D6B062
Text Example
Text Example
White with #D6B062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B062; }
p { color: rgb(214,176,98); }
H1.HeaderClassName
{
color: #D6B062;
}
.AnyTagClassName
{
color: #D6B062;
}
</style>
background-color css
<style>
a { background-color: #D6B062; }
a { background-color: rgb(214,176,98); }
div.DivClassName
{
background-color: #D6B062;
}
.BgClassName
{
background-color: #D6B062;
}
</style>
border-color css
<style>
span { border-color: #D6B062; }
span { border-color: rgb(214,176,98); }
td.TdClassName
{
border-color: #D6B062;
}
.TagClassName
{
border-color: #D6B062;
}
</style>