Shades of Gamboge #D89813
Tints of Gamboge #D89813
RGB
CMYK
RGB Variations
Color information
#D89813 (or 0xD89813) is known color: Gamboge. HEX triplet: D8, 98 and 13. RGB value is (216,152,19). Sum of RGB (Red+Green+Blue) = 216+152+19=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D89813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D89813 is #2767EC. Grayscale: #9C9C9C. Windows color (decimal): -2582509 or 1284312. OLE color: 1284312.
HSL color Cylindrical-coordinate representation of color #D89813: hue angle of 40.51º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D89813 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 152 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.15 |
| HSL | 40.51º | 0.84% | 0.46% | - |
| HSV(B) | 40.51º | 0.91% | 0.85% | - |
| XYZ | 39.66 | 37.1 | 5.69 | - |
| YUV | 155.97 | 50.7 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 152 | 19 | 0 | 0.30 | 0.91 | 0.15 | 40.51 | 0.84 | 0.46 |
| Hex | D8 | 98 | 13 | 0 | 1E | 5B | F | 29 | 54 | 2E |
| Octal | 330 | 230 | 23 | 0 | 36 | 133 | 17 | 51 | 124 | 56 |
| Binary | 11011000 | 10011000 | 10011 | 0 | 11110 | 1011011 | 1111 | 101001 | 1010100 | 101110 |
Color Harmonies of #D89813
Complementary color
Monochromatic Colors of #D89813
Black with #D89813
Text Example
Text Example
White with #D89813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89813; }
p { color: rgb(216,152,19); }
H1.HeaderClassName
{
color: #D89813;
}
.AnyTagClassName
{
color: #D89813;
}
</style>
background-color css
<style>
a { background-color: #D89813; }
a { background-color: rgb(216,152,19); }
div.DivClassName
{
background-color: #D89813;
}
.BgClassName
{
background-color: #D89813;
}
</style>
border-color css
<style>
span { border-color: #D89813; }
span { border-color: rgb(216,152,19); }
td.TdClassName
{
border-color: #D89813;
}
.TagClassName
{
border-color: #D89813;
}
</style>