Shades of Gamboge #D99A15
Tints of Gamboge #D99A15
RGB
CMYK
RGB Variations
Color information
#D99A15 (or 0xD99A15) is known color: Gamboge. HEX triplet: D9, 9A and 15. RGB value is (217,154,21). Sum of RGB (Red+Green+Blue) = 217+154+21=392 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.36% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A15 is #2665EA. Grayscale: #9E9E9E. Windows color (decimal): -2516459 or 1415897. OLE color: 1415897.
HSL color Cylindrical-coordinate representation of color #D99A15: hue angle of 40.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D99A15 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 21 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.15 |
| HSL | 40.71º | 0.82% | 0.47% | - |
| HSV(B) | 40.71º | 0.9% | 0.85% | - |
| XYZ | 40.31 | 37.92 | 5.9 | - |
| YUV | 157.68 | 50.87 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 21 | 0 | 0.29 | 0.90 | 0.15 | 40.71 | 0.82 | 0.47 |
| Hex | D9 | 9A | 15 | 0 | 1D | 5A | F | 29 | 52 | 2F |
| Octal | 331 | 232 | 25 | 0 | 35 | 132 | 17 | 51 | 122 | 57 |
| Binary | 11011001 | 10011010 | 10101 | 0 | 11101 | 1011010 | 1111 | 101001 | 1010010 | 101111 |
Color Harmonies of #D99A15
Complementary color
Monochromatic Colors of #D99A15
Black with #D99A15
Text Example
Text Example
White with #D99A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A15; }
p { color: rgb(217,154,21); }
H1.HeaderClassName
{
color: #D99A15;
}
.AnyTagClassName
{
color: #D99A15;
}
</style>
background-color css
<style>
a { background-color: #D99A15; }
a { background-color: rgb(217,154,21); }
div.DivClassName
{
background-color: #D99A15;
}
.BgClassName
{
background-color: #D99A15;
}
</style>
border-color css
<style>
span { border-color: #D99A15; }
span { border-color: rgb(217,154,21); }
td.TdClassName
{
border-color: #D99A15;
}
.TagClassName
{
border-color: #D99A15;
}
</style>