Shades of Gamboge #D99813
Tints of Gamboge #D99813
RGB
CMYK
RGB Variations
Color information
#D99813 (or 0xD99813) is known color: Gamboge. HEX triplet: D9, 98 and 13. RGB value is (217,152,19). Sum of RGB (Red+Green+Blue) = 217+152+19=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D99813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99813 is #2667EC. Grayscale: #9C9C9C. Windows color (decimal): -2516973 or 1284313. OLE color: 1284313.
HSL color Cylindrical-coordinate representation of color #D99813: hue angle of 40.3º 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 #D99813 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 152 | 19 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.15 |
| HSL | 40.3º | 0.84% | 0.46% | - |
| HSV(B) | 40.3º | 0.91% | 0.85% | - |
| XYZ | 39.96 | 37.26 | 5.7 | - |
| YUV | 156.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 152 | 19 | 0 | 0.30 | 0.91 | 0.15 | 40.3 | 0.84 | 0.46 |
| Hex | D9 | 98 | 13 | 0 | 1E | 5B | F | 28 | 54 | 2E |
| Octal | 331 | 230 | 23 | 0 | 36 | 133 | 17 | 50 | 124 | 56 |
| Binary | 11011001 | 10011000 | 10011 | 0 | 11110 | 1011011 | 1111 | 101000 | 1010100 | 101110 |
Color Harmonies of #D99813
Complementary color
Monochromatic Colors of #D99813
Black with #D99813
Text Example
Text Example
White with #D99813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99813; }
p { color: rgb(217,152,19); }
H1.HeaderClassName
{
color: #D99813;
}
.AnyTagClassName
{
color: #D99813;
}
</style>
background-color css
<style>
a { background-color: #D99813; }
a { background-color: rgb(217,152,19); }
div.DivClassName
{
background-color: #D99813;
}
.BgClassName
{
background-color: #D99813;
}
</style>
border-color css
<style>
span { border-color: #D99813; }
span { border-color: rgb(217,152,19); }
td.TdClassName
{
border-color: #D99813;
}
.TagClassName
{
border-color: #D99813;
}
</style>