Shades of Gamboge #DE910F
Tints of Gamboge #DE910F
RGB
CMYK
RGB Variations
Color information
#DE910F (or 0xDE910F) is known color: Gamboge. HEX triplet: DE, 91 and 0F. RGB value is (222,145,15). Sum of RGB (Red+Green+Blue) = 222+145+15=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE910F is #216EF0. Grayscale: #999999. Windows color (decimal): -2191089 or 1020382. OLE color: 1020382.
HSL color Cylindrical-coordinate representation of color #DE910F: hue angle of 37.68º 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 #DE910F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 15 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.13 |
| HSL | 37.68º | 0.87% | 0.46% | - |
| HSV(B) | 37.68º | 0.93% | 0.87% | - |
| XYZ | 40.34 | 35.81 | 5.24 | - |
| YUV | 153.2 | 50.01 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 15 | 0 | 0.35 | 0.93 | 0.13 | 37.68 | 0.87 | 0.46 |
| Hex | DE | 91 | F | 0 | 23 | 5D | D | 26 | 57 | 2E |
| Octal | 336 | 221 | 17 | 0 | 43 | 135 | 15 | 46 | 127 | 56 |
| Binary | 11011110 | 10010001 | 1111 | 0 | 100011 | 1011101 | 1101 | 100110 | 1010111 | 101110 |
Color Harmonies of #DE910F
Complementary color
Monochromatic Colors of #DE910F
Black with #DE910F
Text Example
Text Example
White with #DE910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE910F; }
p { color: rgb(222,145,15); }
H1.HeaderClassName
{
color: #DE910F;
}
.AnyTagClassName
{
color: #DE910F;
}
</style>
background-color css
<style>
a { background-color: #DE910F; }
a { background-color: rgb(222,145,15); }
div.DivClassName
{
background-color: #DE910F;
}
.BgClassName
{
background-color: #DE910F;
}
</style>
border-color css
<style>
span { border-color: #DE910F; }
span { border-color: rgb(222,145,15); }
td.TdClassName
{
border-color: #DE910F;
}
.TagClassName
{
border-color: #DE910F;
}
</style>