Shades of Gamboge #D89915
Tints of Gamboge #D89915
RGB
CMYK
RGB Variations
Color information
#D89915 (or 0xD89915) is known color: Gamboge. HEX triplet: D8, 99 and 15. RGB value is (216,153,21). Sum of RGB (Red+Green+Blue) = 216+153+21=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D89915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89915 is #2766EA. Grayscale: #9D9D9D. Windows color (decimal): -2582251 or 1415640. OLE color: 1415640.
HSL color Cylindrical-coordinate representation of color #D89915: hue angle of 40.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D89915 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 21 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.15 |
| HSL | 40.62º | 0.82% | 0.46% | - |
| HSV(B) | 40.62º | 0.9% | 0.85% | - |
| XYZ | 39.85 | 37.44 | 5.84 | - |
| YUV | 156.79 | 51.37 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 21 | 0 | 0.29 | 0.90 | 0.15 | 40.62 | 0.82 | 0.46 |
| Hex | D8 | 99 | 15 | 0 | 1D | 5A | F | 29 | 52 | 2E |
| Octal | 330 | 231 | 25 | 0 | 35 | 132 | 17 | 51 | 122 | 56 |
| Binary | 11011000 | 10011001 | 10101 | 0 | 11101 | 1011010 | 1111 | 101001 | 1010010 | 101110 |
Color Harmonies of #D89915
Complementary color
Monochromatic Colors of #D89915
Black with #D89915
Text Example
Text Example
White with #D89915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89915; }
p { color: rgb(216,153,21); }
H1.HeaderClassName
{
color: #D89915;
}
.AnyTagClassName
{
color: #D89915;
}
</style>
background-color css
<style>
a { background-color: #D89915; }
a { background-color: rgb(216,153,21); }
div.DivClassName
{
background-color: #D89915;
}
.BgClassName
{
background-color: #D89915;
}
</style>
border-color css
<style>
span { border-color: #D89915; }
span { border-color: rgb(216,153,21); }
td.TdClassName
{
border-color: #D89915;
}
.TagClassName
{
border-color: #D89915;
}
</style>