Shades of Gamboge #DBAD0B
Tints of Gamboge #DBAD0B
RGB
CMYK
RGB Variations
Color information
#DBAD0B (or 0xDBAD0B) is known color: Gamboge. HEX triplet: DB, AD and 0B. RGB value is (219,173,11). Sum of RGB (Red+Green+Blue) = 219+173+11=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD0B is #2452F4. Grayscale: #A8A8A8. Windows color (decimal): -2380533 or 765403. OLE color: 765403.
HSL color Cylindrical-coordinate representation of color #DBAD0B: hue angle of 46.73º 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 #DBAD0B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.14 |
| HSL | 46.73º | 0.9% | 0.45% | - |
| HSV(B) | 46.73º | 0.95% | 0.86% | - |
| XYZ | 44.22 | 44.97 | 6.67 | - |
| YUV | 168.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 11 | 0 | 0.21 | 0.95 | 0.14 | 46.73 | 0.9 | 0.45 |
| Hex | DB | AD | B | 0 | 15 | 5F | E | 2F | 5A | 2D |
| Octal | 333 | 255 | 13 | 0 | 25 | 137 | 16 | 57 | 132 | 55 |
| Binary | 11011011 | 10101101 | 1011 | 0 | 10101 | 1011111 | 1110 | 101111 | 1011010 | 101101 |
Color Harmonies of #DBAD0B
Complementary color
Monochromatic Colors of #DBAD0B
Black with #DBAD0B
Text Example
Text Example
White with #DBAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD0B; }
p { color: rgb(219,173,11); }
H1.HeaderClassName
{
color: #DBAD0B;
}
.AnyTagClassName
{
color: #DBAD0B;
}
</style>
background-color css
<style>
a { background-color: #DBAD0B; }
a { background-color: rgb(219,173,11); }
div.DivClassName
{
background-color: #DBAD0B;
}
.BgClassName
{
background-color: #DBAD0B;
}
</style>
border-color css
<style>
span { border-color: #DBAD0B; }
span { border-color: rgb(219,173,11); }
td.TdClassName
{
border-color: #DBAD0B;
}
.TagClassName
{
border-color: #DBAD0B;
}
</style>