Shades of Equator #D7B259
Tints of Equator #D7B259
RGB
CMYK
RGB Variations
Color information
#D7B259 (or 0xD7B259) is known color: Equator. HEX triplet: D7, B2 and 59. RGB value is (215,178,89). Sum of RGB (Red+Green+Blue) = 215+178+89=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B259 is #284DA6. Grayscale: #B3B3B3. Windows color (decimal): -2641319 or 5878487. OLE color: 5878487.
HSL color Cylindrical-coordinate representation of color #D7B259: hue angle of 42.38º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7B259 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 178 | 89 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.16 |
| HSL | 42.38º | 0.61% | 0.6% | - |
| HSV(B) | 42.38º | 0.59% | 0.84% | - |
| XYZ | 45.75 | 47.01 | 16.11 | - |
| YUV | 178.92 | 77.26 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 178 | 89 | 0 | 0.17 | 0.59 | 0.16 | 42.38 | 0.61 | 0.6 |
| Hex | D7 | B2 | 59 | 0 | 11 | 3B | 10 | 2A | 3D | 3C |
| Octal | 327 | 262 | 131 | 0 | 21 | 73 | 20 | 52 | 75 | 74 |
| Binary | 11010111 | 10110010 | 1011001 | 0 | 10001 | 111011 | 10000 | 101010 | 111101 | 111100 |
Color Harmonies of #D7B259
Complementary color
Monochromatic Colors of #D7B259
Black with #D7B259
Text Example
Text Example
White with #D7B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B259; }
p { color: rgb(215,178,89); }
H1.HeaderClassName
{
color: #D7B259;
}
.AnyTagClassName
{
color: #D7B259;
}
</style>
background-color css
<style>
a { background-color: #D7B259; }
a { background-color: rgb(215,178,89); }
div.DivClassName
{
background-color: #D7B259;
}
.BgClassName
{
background-color: #D7B259;
}
</style>
border-color css
<style>
span { border-color: #D7B259; }
span { border-color: rgb(215,178,89); }
td.TdClassName
{
border-color: #D7B259;
}
.TagClassName
{
border-color: #D7B259;
}
</style>