Shades of Gamboge #D99003
Tints of Gamboge #D99003
RGB
CMYK
RGB Variations
Color information
#D99003 (or 0xD99003) is known color: Gamboge. HEX triplet: D9, 90 and 03. RGB value is (217,144,3). Sum of RGB (Red+Green+Blue) = 217+144+3=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D99003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99003 is #266FFC. Grayscale: #969696. Windows color (decimal): -2519037 or 233689. OLE color: 233689.
HSL color Cylindrical-coordinate representation of color #D99003: hue angle of 39.53º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99003 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 144 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.15 |
| HSL | 39.53º | 0.97% | 0.43% | - |
| HSV(B) | 39.53º | 0.99% | 0.85% | - |
| XYZ | 38.6 | 34.7 | 4.75 | - |
| YUV | 149.75 | 45.18 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 144 | 3 | 0 | 0.34 | 0.99 | 0.15 | 39.53 | 0.97 | 0.43 |
| Hex | D9 | 90 | 3 | 0 | 22 | 63 | F | 28 | 61 | 2B |
| Octal | 331 | 220 | 3 | 0 | 42 | 143 | 17 | 50 | 141 | 53 |
| Binary | 11011001 | 10010000 | 11 | 0 | 100010 | 1100011 | 1111 | 101000 | 1100001 | 101011 |
Color Harmonies of #D99003
Complementary color
Monochromatic Colors of #D99003
Black with #D99003
Text Example
Text Example
White with #D99003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99003; }
p { color: rgb(217,144,3); }
H1.HeaderClassName
{
color: #D99003;
}
.AnyTagClassName
{
color: #D99003;
}
</style>
background-color css
<style>
a { background-color: #D99003; }
a { background-color: rgb(217,144,3); }
div.DivClassName
{
background-color: #D99003;
}
.BgClassName
{
background-color: #D99003;
}
</style>
border-color css
<style>
span { border-color: #D99003; }
span { border-color: rgb(217,144,3); }
td.TdClassName
{
border-color: #D99003;
}
.TagClassName
{
border-color: #D99003;
}
</style>