Shades of Gamboge #DE8F09
Tints of Gamboge #DE8F09
RGB
CMYK
RGB Variations
Color information
#DE8F09 (or 0xDE8F09) is known color: Gamboge. HEX triplet: DE, 8F and 09. RGB value is (222,143,9). Sum of RGB (Red+Green+Blue) = 222+143+9=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE8F09 is #2170F6. Grayscale: #979797. Windows color (decimal): -2191607 or 626654. OLE color: 626654.
HSL color Cylindrical-coordinate representation of color #DE8F09: hue angle of 37.75º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE8F09 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 9 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.13 |
| HSL | 37.75º | 0.92% | 0.45% | - |
| HSV(B) | 37.75º | 0.96% | 0.87% | - |
| XYZ | 40 | 35.19 | 4.94 | - |
| YUV | 151.35 | 47.67 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 9 | 0 | 0.36 | 0.96 | 0.13 | 37.75 | 0.92 | 0.45 |
| Hex | DE | 8F | 9 | 0 | 24 | 60 | D | 26 | 5C | 2D |
| Octal | 336 | 217 | 11 | 0 | 44 | 140 | 15 | 46 | 134 | 55 |
| Binary | 11011110 | 10001111 | 1001 | 0 | 100100 | 1100000 | 1101 | 100110 | 1011100 | 101101 |
Color Harmonies of #DE8F09
Complementary color
Monochromatic Colors of #DE8F09
Black with #DE8F09
Text Example
Text Example
White with #DE8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8F09; }
p { color: rgb(222,143,9); }
H1.HeaderClassName
{
color: #DE8F09;
}
.AnyTagClassName
{
color: #DE8F09;
}
</style>
background-color css
<style>
a { background-color: #DE8F09; }
a { background-color: rgb(222,143,9); }
div.DivClassName
{
background-color: #DE8F09;
}
.BgClassName
{
background-color: #DE8F09;
}
</style>
border-color css
<style>
span { border-color: #DE8F09; }
span { border-color: rgb(222,143,9); }
td.TdClassName
{
border-color: #DE8F09;
}
.TagClassName
{
border-color: #DE8F09;
}
</style>