Shades of Gamboge #D99403
Tints of Gamboge #D99403
RGB
CMYK
RGB Variations
Color information
#D99403 (or 0xD99403) is known color: Gamboge. HEX triplet: D9, 94 and 03. RGB value is (217,148,3). Sum of RGB (Red+Green+Blue) = 217+148+3=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D99403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99403 is #266BFC. Grayscale: #989898. Windows color (decimal): -2518013 or 234713. OLE color: 234713.
HSL color Cylindrical-coordinate representation of color #D99403: hue angle of 40.65º 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 #D99403 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.15 |
| HSL | 40.65º | 0.97% | 0.43% | - |
| HSV(B) | 40.65º | 0.99% | 0.85% | - |
| XYZ | 39.22 | 35.94 | 4.96 | - |
| YUV | 152.1 | 43.86 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 3 | 0 | 0.32 | 0.99 | 0.15 | 40.65 | 0.97 | 0.43 |
| Hex | D9 | 94 | 3 | 0 | 20 | 63 | F | 29 | 61 | 2B |
| Octal | 331 | 224 | 3 | 0 | 40 | 143 | 17 | 51 | 141 | 53 |
| Binary | 11011001 | 10010100 | 11 | 0 | 100000 | 1100011 | 1111 | 101001 | 1100001 | 101011 |
Color Harmonies of #D99403
Complementary color
Monochromatic Colors of #D99403
Black with #D99403
Text Example
Text Example
White with #D99403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99403; }
p { color: rgb(217,148,3); }
H1.HeaderClassName
{
color: #D99403;
}
.AnyTagClassName
{
color: #D99403;
}
</style>
background-color css
<style>
a { background-color: #D99403; }
a { background-color: rgb(217,148,3); }
div.DivClassName
{
background-color: #D99403;
}
.BgClassName
{
background-color: #D99403;
}
</style>
border-color css
<style>
span { border-color: #D99403; }
span { border-color: rgb(217,148,3); }
td.TdClassName
{
border-color: #D99403;
}
.TagClassName
{
border-color: #D99403;
}
</style>