Shades of Gamboge #DE9101
Tints of Gamboge #DE9101
RGB
CMYK
RGB Variations
Color information
#DE9101 (or 0xDE9101) is known color: Gamboge. HEX triplet: DE, 91 and 01. RGB value is (222,145,1). Sum of RGB (Red+Green+Blue) = 222+145+1=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 1 (0.78% from 255 or 0.27% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DE9101 is #216EFE. Grayscale: #989898. Windows color (decimal): -2191103 or 102878. OLE color: 102878.
HSL color Cylindrical-coordinate representation of color #DE9101: hue angle of 39.1º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE9101 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.13 |
| HSL | 39.1º | 0.99% | 0.44% | - |
| HSV(B) | 39.1º | 1% | 0.87% | - |
| XYZ | 40.26 | 35.78 | 4.81 | - |
| YUV | 151.61 | 43.01 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 1 | 0 | 0.35 | 1.00 | 0.13 | 39.1 | 0.99 | 0.44 |
| Hex | DE | 91 | 1 | 0 | 23 | 64 | D | 27 | 63 | 2C |
| Octal | 336 | 221 | 1 | 0 | 43 | 144 | 15 | 47 | 143 | 54 |
| Binary | 11011110 | 10010001 | 1 | 0 | 100011 | 1100100 | 1101 | 100111 | 1100011 | 101100 |
Color Harmonies of #DE9101
Complementary color
Monochromatic Colors of #DE9101
Black with #DE9101
Text Example
Text Example
White with #DE9101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9101; }
p { color: rgb(222,145,1); }
H1.HeaderClassName
{
color: #DE9101;
}
.AnyTagClassName
{
color: #DE9101;
}
</style>
background-color css
<style>
a { background-color: #DE9101; }
a { background-color: rgb(222,145,1); }
div.DivClassName
{
background-color: #DE9101;
}
.BgClassName
{
background-color: #DE9101;
}
</style>
border-color css
<style>
span { border-color: #DE9101; }
span { border-color: rgb(222,145,1); }
td.TdClassName
{
border-color: #DE9101;
}
.TagClassName
{
border-color: #DE9101;
}
</style>