Shades of Gamboge #D99006
Tints of Gamboge #D99006
RGB
CMYK
RGB Variations
Color information
#D99006 (or 0xD99006) is known color: Gamboge. HEX triplet: D9, 90 and 06. RGB value is (217,144,6). Sum of RGB (Red+Green+Blue) = 217+144+6=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99006 is #266FF9. Grayscale: #969696. Windows color (decimal): -2519034 or 430297. OLE color: 430297.
HSL color Cylindrical-coordinate representation of color #D99006: hue angle of 39.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D99006 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.15 |
| HSL | 39.24º | 0.95% | 0.44% | - |
| HSV(B) | 39.24º | 0.97% | 0.85% | - |
| XYZ | 38.62 | 34.71 | 4.84 | - |
| YUV | 150.1 | 46.68 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 6 | 0 | 0.34 | 0.97 | 0.15 | 39.24 | 0.95 | 0.44 |
| Hex | D9 | 90 | 6 | 0 | 22 | 61 | F | 27 | 5F | 2C |
| Octal | 331 | 220 | 6 | 0 | 42 | 141 | 17 | 47 | 137 | 54 |
| Binary | 11011001 | 10010000 | 110 | 0 | 100010 | 1100001 | 1111 | 100111 | 1011111 | 101100 |
Color Harmonies of #D99006
Complementary color
Monochromatic Colors of #D99006
Black with #D99006
Text Example
Text Example
White with #D99006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99006; }
p { color: rgb(217,144,6); }
H1.HeaderClassName
{
color: #D99006;
}
.AnyTagClassName
{
color: #D99006;
}
</style>
background-color css
<style>
a { background-color: #D99006; }
a { background-color: rgb(217,144,6); }
div.DivClassName
{
background-color: #D99006;
}
.BgClassName
{
background-color: #D99006;
}
</style>
border-color css
<style>
span { border-color: #D99006; }
span { border-color: rgb(217,144,6); }
td.TdClassName
{
border-color: #D99006;
}
.TagClassName
{
border-color: #D99006;
}
</style>