Shades of Gamboge #DB870C
Tints of Gamboge #DB870C
RGB
CMYK
RGB Variations
Color information
#DB870C (or 0xDB870C) is known color: Gamboge. HEX triplet: DB, 87 and 0C. RGB value is (219,135,12). Sum of RGB (Red+Green+Blue) = 219+135+12=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB870C is #2478F3. Grayscale: #929292. Windows color (decimal): -2390260 or 821211. OLE color: 821211.
HSL color Cylindrical-coordinate representation of color #DB870C: hue angle of 35.65º degrees, saturation: 0.9, 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 #DB870C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 35.65º | 0.9% | 0.45% | - |
| HSV(B) | 35.65º | 0.95% | 0.86% | - |
| XYZ | 37.94 | 32.41 | 4.6 | - |
| YUV | 146.09 | 52.33 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 12 | 0 | 0.38 | 0.95 | 0.14 | 35.65 | 0.9 | 0.45 |
| Hex | DB | 87 | C | 0 | 26 | 5F | E | 24 | 5A | 2D |
| Octal | 333 | 207 | 14 | 0 | 46 | 137 | 16 | 44 | 132 | 55 |
| Binary | 11011011 | 10000111 | 1100 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011010 | 101101 |
Color Harmonies of #DB870C
Complementary color
Monochromatic Colors of #DB870C
Black with #DB870C
Text Example
Text Example
White with #DB870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB870C; }
p { color: rgb(219,135,12); }
H1.HeaderClassName
{
color: #DB870C;
}
.AnyTagClassName
{
color: #DB870C;
}
</style>
background-color css
<style>
a { background-color: #DB870C; }
a { background-color: rgb(219,135,12); }
div.DivClassName
{
background-color: #DB870C;
}
.BgClassName
{
background-color: #DB870C;
}
</style>
border-color css
<style>
span { border-color: #DB870C; }
span { border-color: rgb(219,135,12); }
td.TdClassName
{
border-color: #DB870C;
}
.TagClassName
{
border-color: #DB870C;
}
</style>