Shades of Equator #D9B362
Tints of Equator #D9B362
RGB
CMYK
RGB Variations
Color information
#D9B362 (or 0xD9B362) is known color: Equator. HEX triplet: D9, B3 and 62. RGB value is (217,179,98). Sum of RGB (Red+Green+Blue) = 217+179+98=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 98 (38.67% from 255 or 19.84% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B362 is #264C9D. Grayscale: #B5B5B5. Windows color (decimal): -2509982 or 6468569. OLE color: 6468569.
HSL color Cylindrical-coordinate representation of color #D9B362: hue angle of 40.84º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D9B362 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 179 | 98 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.15 |
| HSL | 40.84º | 0.61% | 0.62% | - |
| HSV(B) | 40.84º | 0.55% | 0.85% | - |
| XYZ | 46.94 | 47.87 | 18.32 | - |
| YUV | 181.13 | 81.09 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 179 | 98 | 0 | 0.18 | 0.55 | 0.15 | 40.84 | 0.61 | 0.62 |
| Hex | D9 | B3 | 62 | 0 | 12 | 37 | F | 29 | 3D | 3E |
| Octal | 331 | 263 | 142 | 0 | 22 | 67 | 17 | 51 | 75 | 76 |
| Binary | 11011001 | 10110011 | 1100010 | 0 | 10010 | 110111 | 1111 | 101001 | 111101 | 111110 |
Color Harmonies of #D9B362
Complementary color
Monochromatic Colors of #D9B362
Black with #D9B362
Text Example
Text Example
White with #D9B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B362; }
p { color: rgb(217,179,98); }
H1.HeaderClassName
{
color: #D9B362;
}
.AnyTagClassName
{
color: #D9B362;
}
</style>
background-color css
<style>
a { background-color: #D9B362; }
a { background-color: rgb(217,179,98); }
div.DivClassName
{
background-color: #D9B362;
}
.BgClassName
{
background-color: #D9B362;
}
</style>
border-color css
<style>
span { border-color: #D9B362; }
span { border-color: rgb(217,179,98); }
td.TdClassName
{
border-color: #D9B362;
}
.TagClassName
{
border-color: #D9B362;
}
</style>