Shades of Gamboge #DBB002
Tints of Gamboge #DBB002
RGB
CMYK
RGB Variations
Color information
#DBB002 (or 0xDBB002) is known color: Gamboge. HEX triplet: DB, B0 and 02. RGB value is (219,176,2). Sum of RGB (Red+Green+Blue) = 219+176+2=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBB002 is #244FFD. Grayscale: #A9A9A9. Windows color (decimal): -2379774 or 176347. OLE color: 176347.
HSL color Cylindrical-coordinate representation of color #DBB002: hue angle of 48.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBB002 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.14 |
| HSL | 48.11º | 0.98% | 0.43% | - |
| HSV(B) | 48.11º | 0.99% | 0.86% | - |
| XYZ | 44.75 | 46.12 | 6.6 | - |
| YUV | 169.02 | 33.75 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 2 | 0 | 0.20 | 0.99 | 0.14 | 48.11 | 0.98 | 0.43 |
| Hex | DB | B0 | 2 | 0 | 14 | 63 | E | 30 | 62 | 2B |
| Octal | 333 | 260 | 2 | 0 | 24 | 143 | 16 | 60 | 142 | 53 |
| Binary | 11011011 | 10110000 | 10 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100010 | 101011 |
Color Harmonies of #DBB002
Complementary color
Monochromatic Colors of #DBB002
Black with #DBB002
Text Example
Text Example
White with #DBB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB002; }
p { color: rgb(219,176,2); }
H1.HeaderClassName
{
color: #DBB002;
}
.AnyTagClassName
{
color: #DBB002;
}
</style>
background-color css
<style>
a { background-color: #DBB002; }
a { background-color: rgb(219,176,2); }
div.DivClassName
{
background-color: #DBB002;
}
.BgClassName
{
background-color: #DBB002;
}
</style>
border-color css
<style>
span { border-color: #DBB002; }
span { border-color: rgb(219,176,2); }
td.TdClassName
{
border-color: #DBB002;
}
.TagClassName
{
border-color: #DBB002;
}
</style>