Shades of Gamboge #DB9201
Tints of Gamboge #DB9201
RGB
CMYK
RGB Variations
Color information
#DB9201 (or 0xDB9201) is known color: Gamboge. HEX triplet: DB, 92 and 01. RGB value is (219,146,1). Sum of RGB (Red+Green+Blue) = 219+146+1=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 1 (0.78% from 255 or 0.27% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB9201 is #246DFE. Grayscale: #979797. Windows color (decimal): -2387455 or 103131. OLE color: 103131.
HSL color Cylindrical-coordinate representation of color #DB9201: hue angle of 39.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB9201 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.14 |
| HSL | 39.91º | 0.99% | 0.43% | - |
| HSV(B) | 39.91º | 1% | 0.86% | - |
| XYZ | 39.5 | 35.62 | 4.82 | - |
| YUV | 151.3 | 43.18 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 1 | 0 | 0.33 | 1.00 | 0.14 | 39.91 | 0.99 | 0.43 |
| Hex | DB | 92 | 1 | 0 | 21 | 64 | E | 28 | 63 | 2B |
| Octal | 333 | 222 | 1 | 0 | 41 | 144 | 16 | 50 | 143 | 53 |
| Binary | 11011011 | 10010010 | 1 | 0 | 100001 | 1100100 | 1110 | 101000 | 1100011 | 101011 |
Color Harmonies of #DB9201
Complementary color
Monochromatic Colors of #DB9201
Black with #DB9201
Text Example
Text Example
White with #DB9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9201; }
p { color: rgb(219,146,1); }
H1.HeaderClassName
{
color: #DB9201;
}
.AnyTagClassName
{
color: #DB9201;
}
</style>
background-color css
<style>
a { background-color: #DB9201; }
a { background-color: rgb(219,146,1); }
div.DivClassName
{
background-color: #DB9201;
}
.BgClassName
{
background-color: #DB9201;
}
</style>
border-color css
<style>
span { border-color: #DB9201; }
span { border-color: rgb(219,146,1); }
td.TdClassName
{
border-color: #DB9201;
}
.TagClassName
{
border-color: #DB9201;
}
</style>