Shades of Gamboge #D99303
Tints of Gamboge #D99303
RGB
CMYK
RGB Variations
Color information
#D99303 (or 0xD99303) is known color: Gamboge. HEX triplet: D9, 93 and 03. RGB value is (217,147,3). Sum of RGB (Red+Green+Blue) = 217+147+3=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99303 is #266CFC. Grayscale: #989898. Windows color (decimal): -2518269 or 234457. OLE color: 234457.
HSL color Cylindrical-coordinate representation of color #D99303: hue angle of 40.37º 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 #D99303 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 147 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.15 |
| HSL | 40.37º | 0.97% | 0.43% | - |
| HSV(B) | 40.37º | 0.99% | 0.85% | - |
| XYZ | 39.07 | 35.63 | 4.9 | - |
| YUV | 151.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 147 | 3 | 0 | 0.32 | 0.99 | 0.15 | 40.37 | 0.97 | 0.43 |
| Hex | D9 | 93 | 3 | 0 | 20 | 63 | F | 28 | 61 | 2B |
| Octal | 331 | 223 | 3 | 0 | 40 | 143 | 17 | 50 | 141 | 53 |
| Binary | 11011001 | 10010011 | 11 | 0 | 100000 | 1100011 | 1111 | 101000 | 1100001 | 101011 |
Color Harmonies of #D99303
Complementary color
Monochromatic Colors of #D99303
Black with #D99303
Text Example
Text Example
White with #D99303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99303; }
p { color: rgb(217,147,3); }
H1.HeaderClassName
{
color: #D99303;
}
.AnyTagClassName
{
color: #D99303;
}
</style>
background-color css
<style>
a { background-color: #D99303; }
a { background-color: rgb(217,147,3); }
div.DivClassName
{
background-color: #D99303;
}
.BgClassName
{
background-color: #D99303;
}
</style>
border-color css
<style>
span { border-color: #D99303; }
span { border-color: rgb(217,147,3); }
td.TdClassName
{
border-color: #D99303;
}
.TagClassName
{
border-color: #D99303;
}
</style>