Shades of Equator #D9B863
Tints of Equator #D9B863
RGB
CMYK
RGB Variations
Color information
#D9B863 (or 0xD9B863) is known color: Equator. HEX triplet: D9, B8 and 63. RGB value is (217,184,99). Sum of RGB (Red+Green+Blue) = 217+184+99=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B863 is #26479C. Grayscale: #B8B8B8. Windows color (decimal): -2508701 or 6535385. OLE color: 6535385.
HSL color Cylindrical-coordinate representation of color #D9B863: hue angle of 43.22º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D9B863 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 184 | 99 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.15 |
| HSL | 43.22º | 0.61% | 0.62% | - |
| HSV(B) | 43.22º | 0.54% | 0.85% | - |
| XYZ | 48.01 | 49.93 | 18.91 | - |
| YUV | 184.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 184 | 99 | 0 | 0.15 | 0.54 | 0.15 | 43.22 | 0.61 | 0.62 |
| Hex | D9 | B8 | 63 | 0 | F | 36 | F | 2B | 3D | 3E |
| Octal | 331 | 270 | 143 | 0 | 17 | 66 | 17 | 53 | 75 | 76 |
| Binary | 11011001 | 10111000 | 1100011 | 0 | 1111 | 110110 | 1111 | 101011 | 111101 | 111110 |
Color Harmonies of #D9B863
Complementary color
Monochromatic Colors of #D9B863
Black with #D9B863
Text Example
Text Example
White with #D9B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B863; }
p { color: rgb(217,184,99); }
H1.HeaderClassName
{
color: #D9B863;
}
.AnyTagClassName
{
color: #D9B863;
}
</style>
background-color css
<style>
a { background-color: #D9B863; }
a { background-color: rgb(217,184,99); }
div.DivClassName
{
background-color: #D9B863;
}
.BgClassName
{
background-color: #D9B863;
}
</style>
border-color css
<style>
span { border-color: #D9B863; }
span { border-color: rgb(217,184,99); }
td.TdClassName
{
border-color: #D9B863;
}
.TagClassName
{
border-color: #D9B863;
}
</style>