Shades of Gamboge #DE9D03
Tints of Gamboge #DE9D03
RGB
CMYK
RGB Variations
Color information
#DE9D03 (or 0xDE9D03) is known color: Gamboge. HEX triplet: DE, 9D and 03. RGB value is (222,157,3). Sum of RGB (Red+Green+Blue) = 222+157+3=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9D03 is #2162FC. Grayscale: #9F9F9F. Windows color (decimal): -2188029 or 237022. OLE color: 237022.
HSL color Cylindrical-coordinate representation of color #DE9D03: hue angle of 42.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE9D03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.13 |
| HSL | 42.19º | 0.97% | 0.44% | - |
| HSV(B) | 42.19º | 0.99% | 0.87% | - |
| XYZ | 42.2 | 39.65 | 5.52 | - |
| YUV | 158.88 | 40.03 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 3 | 0 | 0.29 | 0.99 | 0.13 | 42.19 | 0.97 | 0.44 |
| Hex | DE | 9D | 3 | 0 | 1D | 63 | D | 2A | 61 | 2C |
| Octal | 336 | 235 | 3 | 0 | 35 | 143 | 15 | 52 | 141 | 54 |
| Binary | 11011110 | 10011101 | 11 | 0 | 11101 | 1100011 | 1101 | 101010 | 1100001 | 101100 |
Color Harmonies of #DE9D03
Complementary color
Monochromatic Colors of #DE9D03
Black with #DE9D03
Text Example
Text Example
White with #DE9D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D03; }
p { color: rgb(222,157,3); }
H1.HeaderClassName
{
color: #DE9D03;
}
.AnyTagClassName
{
color: #DE9D03;
}
</style>
background-color css
<style>
a { background-color: #DE9D03; }
a { background-color: rgb(222,157,3); }
div.DivClassName
{
background-color: #DE9D03;
}
.BgClassName
{
background-color: #DE9D03;
}
</style>
border-color css
<style>
span { border-color: #DE9D03; }
span { border-color: rgb(222,157,3); }
td.TdClassName
{
border-color: #DE9D03;
}
.TagClassName
{
border-color: #DE9D03;
}
</style>