Shades of Gamboge #DE900F
Tints of Gamboge #DE900F
RGB
CMYK
RGB Variations
Color information
#DE900F (or 0xDE900F) is known color: Gamboge. HEX triplet: DE, 90 and 0F. RGB value is (222,144,15). Sum of RGB (Red+Green+Blue) = 222+144+15=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE900F is #216FF0. Grayscale: #999999. Windows color (decimal): -2191345 or 1020126. OLE color: 1020126.
HSL color Cylindrical-coordinate representation of color #DE900F: hue angle of 37.39º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE900F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 144 | 15 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.13 |
| HSL | 37.39º | 0.87% | 0.46% | - |
| HSV(B) | 37.39º | 0.93% | 0.87% | - |
| XYZ | 40.18 | 35.51 | 5.19 | - |
| YUV | 152.62 | 50.34 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 144 | 15 | 0 | 0.35 | 0.93 | 0.13 | 37.39 | 0.87 | 0.46 |
| Hex | DE | 90 | F | 0 | 23 | 5D | D | 25 | 57 | 2E |
| Octal | 336 | 220 | 17 | 0 | 43 | 135 | 15 | 45 | 127 | 56 |
| Binary | 11011110 | 10010000 | 1111 | 0 | 100011 | 1011101 | 1101 | 100101 | 1010111 | 101110 |
Color Harmonies of #DE900F
Complementary color
Monochromatic Colors of #DE900F
Black with #DE900F
Text Example
Text Example
White with #DE900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE900F; }
p { color: rgb(222,144,15); }
H1.HeaderClassName
{
color: #DE900F;
}
.AnyTagClassName
{
color: #DE900F;
}
</style>
background-color css
<style>
a { background-color: #DE900F; }
a { background-color: rgb(222,144,15); }
div.DivClassName
{
background-color: #DE900F;
}
.BgClassName
{
background-color: #DE900F;
}
</style>
border-color css
<style>
span { border-color: #DE900F; }
span { border-color: rgb(222,144,15); }
td.TdClassName
{
border-color: #DE900F;
}
.TagClassName
{
border-color: #DE900F;
}
</style>