Shades of Gamboge #DB8D01
Tints of Gamboge #DB8D01
RGB
CMYK
RGB Variations
Color information
#DB8D01 (or 0xDB8D01) is known color: Gamboge. HEX triplet: DB, 8D and 01. RGB value is (219,141,1). Sum of RGB (Red+Green+Blue) = 219+141+1=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8D01 is #2472FE. Grayscale: #959595. Windows color (decimal): -2388735 or 101851. OLE color: 101851.
HSL color Cylindrical-coordinate representation of color #DB8D01: hue angle of 38.53º 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 #DB8D01 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.14 |
| HSL | 38.53º | 0.99% | 0.43% | - |
| HSV(B) | 38.53º | 1% | 0.86% | - |
| XYZ | 38.74 | 34.11 | 4.57 | - |
| YUV | 148.36 | 44.84 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 1 | 0 | 0.36 | 1.00 | 0.14 | 38.53 | 0.99 | 0.43 |
| Hex | DB | 8D | 1 | 0 | 24 | 64 | E | 27 | 63 | 2B |
| Octal | 333 | 215 | 1 | 0 | 44 | 144 | 16 | 47 | 143 | 53 |
| Binary | 11011011 | 10001101 | 1 | 0 | 100100 | 1100100 | 1110 | 100111 | 1100011 | 101011 |
Color Harmonies of #DB8D01
Complementary color
Monochromatic Colors of #DB8D01
Black with #DB8D01
Text Example
Text Example
White with #DB8D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D01; }
p { color: rgb(219,141,1); }
H1.HeaderClassName
{
color: #DB8D01;
}
.AnyTagClassName
{
color: #DB8D01;
}
</style>
background-color css
<style>
a { background-color: #DB8D01; }
a { background-color: rgb(219,141,1); }
div.DivClassName
{
background-color: #DB8D01;
}
.BgClassName
{
background-color: #DB8D01;
}
</style>
border-color css
<style>
span { border-color: #DB8D01; }
span { border-color: rgb(219,141,1); }
td.TdClassName
{
border-color: #DB8D01;
}
.TagClassName
{
border-color: #DB8D01;
}
</style>