Shades of Gamboge #D89619
Tints of Gamboge #D89619
RGB
CMYK
RGB Variations
Color information
#D89619 (or 0xD89619) is known color: Gamboge. HEX triplet: D8, 96 and 19. RGB value is (216,150,25). Sum of RGB (Red+Green+Blue) = 216+150+25=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D89619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89619 is #2769E6. Grayscale: #9C9C9C. Windows color (decimal): -2583015 or 1677016. OLE color: 1677016.
HSL color Cylindrical-coordinate representation of color #D89619: hue angle of 39.27º 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 #D89619 is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 25 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.15 |
| HSL | 39.27º | 0.79% | 0.47% | - |
| HSV(B) | 39.27º | 0.88% | 0.85% | - |
| XYZ | 39.4 | 36.48 | 5.88 | - |
| YUV | 155.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 25 | 0 | 0.31 | 0.88 | 0.15 | 39.27 | 0.79 | 0.47 |
| Hex | D8 | 96 | 19 | 0 | 1F | 58 | F | 27 | 4F | 2F |
| Octal | 330 | 226 | 31 | 0 | 37 | 130 | 17 | 47 | 117 | 57 |
| Binary | 11011000 | 10010110 | 11001 | 0 | 11111 | 1011000 | 1111 | 100111 | 1001111 | 101111 |
Color Harmonies of #D89619
Complementary color
Monochromatic Colors of #D89619
Black with #D89619
Text Example
Text Example
White with #D89619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89619; }
p { color: rgb(216,150,25); }
H1.HeaderClassName
{
color: #D89619;
}
.AnyTagClassName
{
color: #D89619;
}
</style>
background-color css
<style>
a { background-color: #D89619; }
a { background-color: rgb(216,150,25); }
div.DivClassName
{
background-color: #D89619;
}
.BgClassName
{
background-color: #D89619;
}
</style>
border-color css
<style>
span { border-color: #D89619; }
span { border-color: rgb(216,150,25); }
td.TdClassName
{
border-color: #D89619;
}
.TagClassName
{
border-color: #D89619;
}
</style>