Shades of Gamboge #DE920F
Tints of Gamboge #DE920F
RGB
CMYK
RGB Variations
Color information
#DE920F (or 0xDE920F) is known color: Gamboge. HEX triplet: DE, 92 and 0F. RGB value is (222,146,15). Sum of RGB (Red+Green+Blue) = 222+146+15=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE920F is #216DF0. Grayscale: #9A9A9A. Windows color (decimal): -2190833 or 1020638. OLE color: 1020638.
HSL color Cylindrical-coordinate representation of color #DE920F: hue angle of 37.97º 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 #DE920F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 15 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.13 |
| HSL | 37.97º | 0.87% | 0.46% | - |
| HSV(B) | 37.97º | 0.93% | 0.87% | - |
| XYZ | 40.49 | 36.12 | 5.29 | - |
| YUV | 153.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 15 | 0 | 0.34 | 0.93 | 0.13 | 37.97 | 0.87 | 0.46 |
| Hex | DE | 92 | F | 0 | 22 | 5D | D | 26 | 57 | 2E |
| Octal | 336 | 222 | 17 | 0 | 42 | 135 | 15 | 46 | 127 | 56 |
| Binary | 11011110 | 10010010 | 1111 | 0 | 100010 | 1011101 | 1101 | 100110 | 1010111 | 101110 |
Color Harmonies of #DE920F
Complementary color
Monochromatic Colors of #DE920F
Black with #DE920F
Text Example
Text Example
White with #DE920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE920F; }
p { color: rgb(222,146,15); }
H1.HeaderClassName
{
color: #DE920F;
}
.AnyTagClassName
{
color: #DE920F;
}
</style>
background-color css
<style>
a { background-color: #DE920F; }
a { background-color: rgb(222,146,15); }
div.DivClassName
{
background-color: #DE920F;
}
.BgClassName
{
background-color: #DE920F;
}
</style>
border-color css
<style>
span { border-color: #DE920F; }
span { border-color: rgb(222,146,15); }
td.TdClassName
{
border-color: #DE920F;
}
.TagClassName
{
border-color: #DE920F;
}
</style>