Shades of Gamboge #D89818
Tints of Gamboge #D89818
RGB
CMYK
RGB Variations
Color information
#D89818 (or 0xD89818) is known color: Gamboge. HEX triplet: D8, 98 and 18. RGB value is (216,152,24). Sum of RGB (Red+Green+Blue) = 216+152+24=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D89818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89818 is #2767E7. Grayscale: #9D9D9D. Windows color (decimal): -2582504 or 1611992. OLE color: 1611992.
HSL color Cylindrical-coordinate representation of color #D89818: hue angle of 40º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D89818 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 24 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.15 |
| HSL | 40º | 0.8% | 0.47% | - |
| HSV(B) | 40º | 0.89% | 0.85% | - |
| XYZ | 39.71 | 37.12 | 5.94 | - |
| YUV | 156.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 24 | 0 | 0.30 | 0.89 | 0.15 | 40 | 0.8 | 0.47 |
| Hex | D8 | 98 | 18 | 0 | 1E | 59 | F | 28 | 50 | 2F |
| Octal | 330 | 230 | 30 | 0 | 36 | 131 | 17 | 50 | 120 | 57 |
| Binary | 11011000 | 10011000 | 11000 | 0 | 11110 | 1011001 | 1111 | 101000 | 1010000 | 101111 |
Color Harmonies of #D89818
Complementary color
Monochromatic Colors of #D89818
Black with #D89818
Text Example
Text Example
White with #D89818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89818; }
p { color: rgb(216,152,24); }
H1.HeaderClassName
{
color: #D89818;
}
.AnyTagClassName
{
color: #D89818;
}
</style>
background-color css
<style>
a { background-color: #D89818; }
a { background-color: rgb(216,152,24); }
div.DivClassName
{
background-color: #D89818;
}
.BgClassName
{
background-color: #D89818;
}
</style>
border-color css
<style>
span { border-color: #D89818; }
span { border-color: rgb(216,152,24); }
td.TdClassName
{
border-color: #D89818;
}
.TagClassName
{
border-color: #D89818;
}
</style>