Shades of Equator #D6B259
Tints of Equator #D6B259
RGB
CMYK
RGB Variations
Color information
#D6B259 (or 0xD6B259) is known color: Equator. HEX triplet: D6, B2 and 59. RGB value is (214,178,89). Sum of RGB (Red+Green+Blue) = 214+178+89=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B259 is #294DA6. Grayscale: #B3B3B3. Windows color (decimal): -2706855 or 5878486. OLE color: 5878486.
HSL color Cylindrical-coordinate representation of color #D6B259: hue angle of 42.72º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6B259 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 178 | 89 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.16 |
| HSL | 42.72º | 0.6% | 0.59% | - |
| HSV(B) | 42.72º | 0.58% | 0.84% | - |
| XYZ | 45.46 | 46.86 | 16.1 | - |
| YUV | 178.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 178 | 89 | 0 | 0.17 | 0.58 | 0.16 | 42.72 | 0.6 | 0.59 |
| Hex | D6 | B2 | 59 | 0 | 11 | 3A | 10 | 2B | 3C | 3B |
| Octal | 326 | 262 | 131 | 0 | 21 | 72 | 20 | 53 | 74 | 73 |
| Binary | 11010110 | 10110010 | 1011001 | 0 | 10001 | 111010 | 10000 | 101011 | 111100 | 111011 |
Color Harmonies of #D6B259
Complementary color
Monochromatic Colors of #D6B259
Black with #D6B259
Text Example
Text Example
White with #D6B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B259; }
p { color: rgb(214,178,89); }
H1.HeaderClassName
{
color: #D6B259;
}
.AnyTagClassName
{
color: #D6B259;
}
</style>
background-color css
<style>
a { background-color: #D6B259; }
a { background-color: rgb(214,178,89); }
div.DivClassName
{
background-color: #D6B259;
}
.BgClassName
{
background-color: #D6B259;
}
</style>
border-color css
<style>
span { border-color: #D6B259; }
span { border-color: rgb(214,178,89); }
td.TdClassName
{
border-color: #D6B259;
}
.TagClassName
{
border-color: #D6B259;
}
</style>