Shades of Gamboge #D89919
Tints of Gamboge #D89919
RGB
CMYK
RGB Variations
Color information
#D89919 (or 0xD89919) is known color: Gamboge. HEX triplet: D8, 99 and 19. RGB value is (216,153,25). Sum of RGB (Red+Green+Blue) = 216+153+25=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D89919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89919 is #2766E6. Grayscale: #9D9D9D. Windows color (decimal): -2582247 or 1677784. OLE color: 1677784.
HSL color Cylindrical-coordinate representation of color #D89919: hue angle of 40.21º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D89919 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 153 | 25 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.15 |
| HSL | 40.21º | 0.79% | 0.47% | - |
| HSV(B) | 40.21º | 0.88% | 0.85% | - |
| XYZ | 39.89 | 37.45 | 6.05 | - |
| YUV | 157.25 | 53.37 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 153 | 25 | 0 | 0.29 | 0.88 | 0.15 | 40.21 | 0.79 | 0.47 |
| Hex | D8 | 99 | 19 | 0 | 1D | 58 | F | 28 | 4F | 2F |
| Octal | 330 | 231 | 31 | 0 | 35 | 130 | 17 | 50 | 117 | 57 |
| Binary | 11011000 | 10011001 | 11001 | 0 | 11101 | 1011000 | 1111 | 101000 | 1001111 | 101111 |
Color Harmonies of #D89919
Complementary color
Monochromatic Colors of #D89919
Black with #D89919
Text Example
Text Example
White with #D89919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89919; }
p { color: rgb(216,153,25); }
H1.HeaderClassName
{
color: #D89919;
}
.AnyTagClassName
{
color: #D89919;
}
</style>
background-color css
<style>
a { background-color: #D89919; }
a { background-color: rgb(216,153,25); }
div.DivClassName
{
background-color: #D89919;
}
.BgClassName
{
background-color: #D89919;
}
</style>
border-color css
<style>
span { border-color: #D89919; }
span { border-color: rgb(216,153,25); }
td.TdClassName
{
border-color: #D89919;
}
.TagClassName
{
border-color: #D89919;
}
</style>