Shades of Gamboge #DB850A
Tints of Gamboge #DB850A
RGB
CMYK
RGB Variations
Color information
#DB850A (or 0xDB850A) is known color: Gamboge. HEX triplet: DB, 85 and 0A. RGB value is (219,133,10). Sum of RGB (Red+Green+Blue) = 219+133+10=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB850A is #247AF5. Grayscale: #919191. Windows color (decimal): -2390774 or 689627. OLE color: 689627.
HSL color Cylindrical-coordinate representation of color #DB850A: hue angle of 35.31º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB850A is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 10 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.14 |
| HSL | 35.31º | 0.91% | 0.45% | - |
| HSV(B) | 35.31º | 0.95% | 0.86% | - |
| XYZ | 37.66 | 31.86 | 4.45 | - |
| YUV | 144.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 10 | 0 | 0.39 | 0.95 | 0.14 | 35.31 | 0.91 | 0.45 |
| Hex | DB | 85 | A | 0 | 27 | 5F | E | 23 | 5B | 2D |
| Octal | 333 | 205 | 12 | 0 | 47 | 137 | 16 | 43 | 133 | 55 |
| Binary | 11011011 | 10000101 | 1010 | 0 | 100111 | 1011111 | 1110 | 100011 | 1011011 | 101101 |
Color Harmonies of #DB850A
Complementary color
Monochromatic Colors of #DB850A
Black with #DB850A
Text Example
Text Example
White with #DB850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB850A; }
p { color: rgb(219,133,10); }
H1.HeaderClassName
{
color: #DB850A;
}
.AnyTagClassName
{
color: #DB850A;
}
</style>
background-color css
<style>
a { background-color: #DB850A; }
a { background-color: rgb(219,133,10); }
div.DivClassName
{
background-color: #DB850A;
}
.BgClassName
{
background-color: #DB850A;
}
</style>
border-color css
<style>
span { border-color: #DB850A; }
span { border-color: rgb(219,133,10); }
td.TdClassName
{
border-color: #DB850A;
}
.TagClassName
{
border-color: #DB850A;
}
</style>