Shades of Gamboge #DE8F15
Tints of Gamboge #DE8F15
RGB
CMYK
RGB Variations
Color information
#DE8F15 (or 0xDE8F15) is known color: Gamboge. HEX triplet: DE, 8F and 15. RGB value is (222,143,21). Sum of RGB (Red+Green+Blue) = 222+143+21=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F15 is #2170EA. Grayscale: #999999. Windows color (decimal): -2191595 or 1413086. OLE color: 1413086.
HSL color Cylindrical-coordinate representation of color #DE8F15: hue angle of 36.42º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE8F15 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 21 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.13 |
| HSL | 36.42º | 0.83% | 0.48% | - |
| HSV(B) | 36.42º | 0.91% | 0.87% | - |
| XYZ | 40.08 | 35.23 | 5.4 | - |
| YUV | 152.71 | 53.67 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 21 | 0 | 0.36 | 0.91 | 0.13 | 36.42 | 0.83 | 0.48 |
| Hex | DE | 8F | 15 | 0 | 24 | 5B | D | 24 | 53 | 30 |
| Octal | 336 | 217 | 25 | 0 | 44 | 133 | 15 | 44 | 123 | 60 |
| Binary | 11011110 | 10001111 | 10101 | 0 | 100100 | 1011011 | 1101 | 100100 | 1010011 | 110000 |
Color Harmonies of #DE8F15
Complementary color
Monochromatic Colors of #DE8F15
Black with #DE8F15
Text Example
Text Example
White with #DE8F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8F15; }
p { color: rgb(222,143,21); }
H1.HeaderClassName
{
color: #DE8F15;
}
.AnyTagClassName
{
color: #DE8F15;
}
</style>
background-color css
<style>
a { background-color: #DE8F15; }
a { background-color: rgb(222,143,21); }
div.DivClassName
{
background-color: #DE8F15;
}
.BgClassName
{
background-color: #DE8F15;
}
</style>
border-color css
<style>
span { border-color: #DE8F15; }
span { border-color: rgb(222,143,21); }
td.TdClassName
{
border-color: #DE8F15;
}
.TagClassName
{
border-color: #DE8F15;
}
</style>