Shades of Equator #D6B05A
Tints of Equator #D6B05A
RGB
CMYK
RGB Variations
Color information
#D6B05A (or 0xD6B05A) is known color: Equator. HEX triplet: D6, B0 and 5A. RGB value is (214,176,90). Sum of RGB (Red+Green+Blue) = 214+176+90=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B05A is #294FA5. Grayscale: #B1B1B1. Windows color (decimal): -2707366 or 5943510. OLE color: 5943510.
HSL color Cylindrical-coordinate representation of color #D6B05A: hue angle of 41.61º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6B05A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 90 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.16 |
| HSL | 41.61º | 0.6% | 0.6% | - |
| HSV(B) | 41.61º | 0.58% | 0.84% | - |
| XYZ | 45.1 | 46.09 | 16.19 | - |
| YUV | 177.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 90 | 0 | 0.18 | 0.58 | 0.16 | 41.61 | 0.6 | 0.6 |
| Hex | D6 | B0 | 5A | 0 | 12 | 3A | 10 | 2A | 3C | 3C |
| Octal | 326 | 260 | 132 | 0 | 22 | 72 | 20 | 52 | 74 | 74 |
| Binary | 11010110 | 10110000 | 1011010 | 0 | 10010 | 111010 | 10000 | 101010 | 111100 | 111100 |
Color Harmonies of #D6B05A
Complementary color
Monochromatic Colors of #D6B05A
Black with #D6B05A
Text Example
Text Example
White with #D6B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B05A; }
p { color: rgb(214,176,90); }
H1.HeaderClassName
{
color: #D6B05A;
}
.AnyTagClassName
{
color: #D6B05A;
}
</style>
background-color css
<style>
a { background-color: #D6B05A; }
a { background-color: rgb(214,176,90); }
div.DivClassName
{
background-color: #D6B05A;
}
.BgClassName
{
background-color: #D6B05A;
}
</style>
border-color css
<style>
span { border-color: #D6B05A; }
span { border-color: rgb(214,176,90); }
td.TdClassName
{
border-color: #D6B05A;
}
.TagClassName
{
border-color: #D6B05A;
}
</style>