Shades of Gamboge #D99B18
Tints of Gamboge #D99B18
RGB
CMYK
RGB Variations
Color information
#D99B18 (or 0xD99B18) is known color: Gamboge. HEX triplet: D9, 9B and 18. RGB value is (217,155,24). Sum of RGB (Red+Green+Blue) = 217+155+24=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99B18 is #2664E7. Grayscale: #9F9F9F. Windows color (decimal): -2516200 or 1612761. OLE color: 1612761.
HSL color Cylindrical-coordinate representation of color #D99B18: hue angle of 40.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D99B18 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 24 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.15 |
| HSL | 40.73º | 0.8% | 0.47% | - |
| HSV(B) | 40.73º | 0.89% | 0.85% | - |
| XYZ | 40.5 | 38.26 | 6.11 | - |
| YUV | 158.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 24 | 0 | 0.29 | 0.89 | 0.15 | 40.73 | 0.8 | 0.47 |
| Hex | D9 | 9B | 18 | 0 | 1D | 59 | F | 29 | 50 | 2F |
| Octal | 331 | 233 | 30 | 0 | 35 | 131 | 17 | 51 | 120 | 57 |
| Binary | 11011001 | 10011011 | 11000 | 0 | 11101 | 1011001 | 1111 | 101001 | 1010000 | 101111 |
Color Harmonies of #D99B18
Complementary color
Monochromatic Colors of #D99B18
Black with #D99B18
Text Example
Text Example
White with #D99B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99B18; }
p { color: rgb(217,155,24); }
H1.HeaderClassName
{
color: #D99B18;
}
.AnyTagClassName
{
color: #D99B18;
}
</style>
background-color css
<style>
a { background-color: #D99B18; }
a { background-color: rgb(217,155,24); }
div.DivClassName
{
background-color: #D99B18;
}
.BgClassName
{
background-color: #D99B18;
}
</style>
border-color css
<style>
span { border-color: #D99B18; }
span { border-color: rgb(217,155,24); }
td.TdClassName
{
border-color: #D99B18;
}
.TagClassName
{
border-color: #D99B18;
}
</style>