Shades of Gamboge #DBAD03
Tints of Gamboge #DBAD03
RGB
CMYK
RGB Variations
Color information
#DBAD03 (or 0xDBAD03) is known color: Gamboge. HEX triplet: DB, AD and 03. RGB value is (219,173,3). Sum of RGB (Red+Green+Blue) = 219+173+3=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 3 (1.56% from 255 or 0.76% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAD03 is #2452FC. Grayscale: #A8A8A8. Windows color (decimal): -2380541 or 241115. OLE color: 241115.
HSL color Cylindrical-coordinate representation of color #DBAD03: hue angle of 47.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DBAD03 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.14 |
| HSL | 47.22º | 0.97% | 0.44% | - |
| HSV(B) | 47.22º | 0.99% | 0.86% | - |
| XYZ | 44.17 | 44.95 | 6.43 | - |
| YUV | 167.37 | 35.24 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 3 | 0 | 0.21 | 0.99 | 0.14 | 47.22 | 0.97 | 0.44 |
| Hex | DB | AD | 3 | 0 | 15 | 63 | E | 2F | 61 | 2C |
| Octal | 333 | 255 | 3 | 0 | 25 | 143 | 16 | 57 | 141 | 54 |
| Binary | 11011011 | 10101101 | 11 | 0 | 10101 | 1100011 | 1110 | 101111 | 1100001 | 101100 |
Color Harmonies of #DBAD03
Complementary color
Monochromatic Colors of #DBAD03
Black with #DBAD03
Text Example
Text Example
White with #DBAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAD03; }
p { color: rgb(219,173,3); }
H1.HeaderClassName
{
color: #DBAD03;
}
.AnyTagClassName
{
color: #DBAD03;
}
</style>
background-color css
<style>
a { background-color: #DBAD03; }
a { background-color: rgb(219,173,3); }
div.DivClassName
{
background-color: #DBAD03;
}
.BgClassName
{
background-color: #DBAD03;
}
</style>
border-color css
<style>
span { border-color: #DBAD03; }
span { border-color: rgb(219,173,3); }
td.TdClassName
{
border-color: #DBAD03;
}
.TagClassName
{
border-color: #DBAD03;
}
</style>