Shades of Gamboge #DE9203
Tints of Gamboge #DE9203
RGB
CMYK
RGB Variations
Color information
#DE9203 (or 0xDE9203) is known color: Gamboge. HEX triplet: DE, 92 and 03. RGB value is (222,146,3). Sum of RGB (Red+Green+Blue) = 222+146+3=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9203 is #216DFC. Grayscale: #999999. Windows color (decimal): -2190845 or 234206. OLE color: 234206.
HSL color Cylindrical-coordinate representation of color #DE9203: hue angle of 39.18º 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 #DE9203 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.13 |
| HSL | 39.18º | 0.97% | 0.44% | - |
| HSV(B) | 39.18º | 0.99% | 0.87% | - |
| XYZ | 40.42 | 36.09 | 4.92 | - |
| YUV | 152.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 3 | 0 | 0.34 | 0.99 | 0.13 | 39.18 | 0.97 | 0.44 |
| Hex | DE | 92 | 3 | 0 | 22 | 63 | D | 27 | 61 | 2C |
| Octal | 336 | 222 | 3 | 0 | 42 | 143 | 15 | 47 | 141 | 54 |
| Binary | 11011110 | 10010010 | 11 | 0 | 100010 | 1100011 | 1101 | 100111 | 1100001 | 101100 |
Color Harmonies of #DE9203
Complementary color
Monochromatic Colors of #DE9203
Black with #DE9203
Text Example
Text Example
White with #DE9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9203; }
p { color: rgb(222,146,3); }
H1.HeaderClassName
{
color: #DE9203;
}
.AnyTagClassName
{
color: #DE9203;
}
</style>
background-color css
<style>
a { background-color: #DE9203; }
a { background-color: rgb(222,146,3); }
div.DivClassName
{
background-color: #DE9203;
}
.BgClassName
{
background-color: #DE9203;
}
</style>
border-color css
<style>
span { border-color: #DE9203; }
span { border-color: rgb(222,146,3); }
td.TdClassName
{
border-color: #DE9203;
}
.TagClassName
{
border-color: #DE9203;
}
</style>