Shades of Gamboge #DB8C10
Tints of Gamboge #DB8C10
RGB
CMYK
RGB Variations
Color information
#DB8C10 (or 0xDB8C10) is known color: Gamboge. HEX triplet: DB, 8C and 10. RGB value is (219,140,16). Sum of RGB (Red+Green+Blue) = 219+140+16=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8C10 is #2473EF. Grayscale: #969696. Windows color (decimal): -2388976 or 1084635. OLE color: 1084635.
HSL color Cylindrical-coordinate representation of color #DB8C10: hue angle of 36.65º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB8C10 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.14 |
| HSL | 36.65º | 0.86% | 0.46% | - |
| HSV(B) | 36.65º | 0.93% | 0.86% | - |
| XYZ | 38.69 | 33.85 | 4.99 | - |
| YUV | 149.49 | 52.67 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 16 | 0 | 0.36 | 0.93 | 0.14 | 36.65 | 0.86 | 0.46 |
| Hex | DB | 8C | 10 | 0 | 24 | 5D | E | 25 | 56 | 2E |
| Octal | 333 | 214 | 20 | 0 | 44 | 135 | 16 | 45 | 126 | 56 |
| Binary | 11011011 | 10001100 | 10000 | 0 | 100100 | 1011101 | 1110 | 100101 | 1010110 | 101110 |
Color Harmonies of #DB8C10
Complementary color
Monochromatic Colors of #DB8C10
Black with #DB8C10
Text Example
Text Example
White with #DB8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8C10; }
p { color: rgb(219,140,16); }
H1.HeaderClassName
{
color: #DB8C10;
}
.AnyTagClassName
{
color: #DB8C10;
}
</style>
background-color css
<style>
a { background-color: #DB8C10; }
a { background-color: rgb(219,140,16); }
div.DivClassName
{
background-color: #DB8C10;
}
.BgClassName
{
background-color: #DB8C10;
}
</style>
border-color css
<style>
span { border-color: #DB8C10; }
span { border-color: rgb(219,140,16); }
td.TdClassName
{
border-color: #DB8C10;
}
.TagClassName
{
border-color: #DB8C10;
}
</style>