Shades of Equator #D6B25B
Tints of Equator #D6B25B
RGB
CMYK
RGB Variations
Color information
#D6B25B (or 0xD6B25B) is known color: Equator. HEX triplet: D6, B2 and 5B. RGB value is (214,178,91). Sum of RGB (Red+Green+Blue) = 214+178+91=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B25B is #294DA4. Grayscale: #B3B3B3. Windows color (decimal): -2706853 or 6009558. OLE color: 6009558.
HSL color Cylindrical-coordinate representation of color #D6B25B: hue angle of 42.44º 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 #D6B25B is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 91 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.16 |
| HSL | 42.44º | 0.6% | 0.6% | - |
| HSV(B) | 42.44º | 0.57% | 0.84% | - |
| XYZ | 45.54 | 46.89 | 16.55 | - |
| YUV | 178.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 91 | 0 | 0.17 | 0.57 | 0.16 | 42.44 | 0.6 | 0.6 |
| Hex | D6 | B2 | 5B | 0 | 11 | 39 | 10 | 2A | 3C | 3C |
| Octal | 326 | 262 | 133 | 0 | 21 | 71 | 20 | 52 | 74 | 74 |
| Binary | 11010110 | 10110010 | 1011011 | 0 | 10001 | 111001 | 10000 | 101010 | 111100 | 111100 |
Color Harmonies of #D6B25B
Complementary color
Monochromatic Colors of #D6B25B
Black with #D6B25B
Text Example
Text Example
White with #D6B25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B25B; }
p { color: rgb(214,178,91); }
H1.HeaderClassName
{
color: #D6B25B;
}
.AnyTagClassName
{
color: #D6B25B;
}
</style>
background-color css
<style>
a { background-color: #D6B25B; }
a { background-color: rgb(214,178,91); }
div.DivClassName
{
background-color: #D6B25B;
}
.BgClassName
{
background-color: #D6B25B;
}
</style>
border-color css
<style>
span { border-color: #D6B25B; }
span { border-color: rgb(214,178,91); }
td.TdClassName
{
border-color: #D6B25B;
}
.TagClassName
{
border-color: #D6B25B;
}
</style>