Shades of Gamboge #D99A0D
Tints of Gamboge #D99A0D
RGB
CMYK
RGB Variations
Color information
#D99A0D (or 0xD99A0D) is known color: Gamboge. HEX triplet: D9, 9A and 0D. RGB value is (217,154,13). Sum of RGB (Red+Green+Blue) = 217+154+13=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A0D is #2665F2. Grayscale: #9D9D9D. Windows color (decimal): -2516467 or 891609. OLE color: 891609.
HSL color Cylindrical-coordinate representation of color #D99A0D: hue angle of 41.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D99A0D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.15 |
| HSL | 41.47º | 0.89% | 0.45% | - |
| HSV(B) | 41.47º | 0.94% | 0.85% | - |
| XYZ | 40.24 | 37.89 | 5.57 | - |
| YUV | 156.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 13 | 0 | 0.29 | 0.94 | 0.15 | 41.47 | 0.89 | 0.45 |
| Hex | D9 | 9A | D | 0 | 1D | 5E | F | 29 | 59 | 2D |
| Octal | 331 | 232 | 15 | 0 | 35 | 136 | 17 | 51 | 131 | 55 |
| Binary | 11011001 | 10011010 | 1101 | 0 | 11101 | 1011110 | 1111 | 101001 | 1011001 | 101101 |
Color Harmonies of #D99A0D
Complementary color
Monochromatic Colors of #D99A0D
Black with #D99A0D
Text Example
Text Example
White with #D99A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A0D; }
p { color: rgb(217,154,13); }
H1.HeaderClassName
{
color: #D99A0D;
}
.AnyTagClassName
{
color: #D99A0D;
}
</style>
background-color css
<style>
a { background-color: #D99A0D; }
a { background-color: rgb(217,154,13); }
div.DivClassName
{
background-color: #D99A0D;
}
.BgClassName
{
background-color: #D99A0D;
}
</style>
border-color css
<style>
span { border-color: #D99A0D; }
span { border-color: rgb(217,154,13); }
td.TdClassName
{
border-color: #D99A0D;
}
.TagClassName
{
border-color: #D99A0D;
}
</style>