Shades of Gamboge #DBAF04
Tints of Gamboge #DBAF04
RGB
CMYK
RGB Variations
Color information
#DBAF04 (or 0xDBAF04) is known color: Gamboge. HEX triplet: DB, AF and 04. RGB value is (219,175,4). Sum of RGB (Red+Green+Blue) = 219+175+4=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF04 is #2450FB. Grayscale: #A9A9A9. Windows color (decimal): -2380028 or 307163. OLE color: 307163.
HSL color Cylindrical-coordinate representation of color #DBAF04: hue angle of 47.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DBAF04 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.14 |
| HSL | 47.72º | 0.96% | 0.44% | - |
| HSV(B) | 47.72º | 0.98% | 0.86% | - |
| XYZ | 44.57 | 45.73 | 6.59 | - |
| YUV | 168.66 | 35.08 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 4 | 0 | 0.20 | 0.98 | 0.14 | 47.72 | 0.96 | 0.44 |
| Hex | DB | AF | 4 | 0 | 14 | 62 | E | 30 | 60 | 2C |
| Octal | 333 | 257 | 4 | 0 | 24 | 142 | 16 | 60 | 140 | 54 |
| Binary | 11011011 | 10101111 | 100 | 0 | 10100 | 1100010 | 1110 | 110000 | 1100000 | 101100 |
Color Harmonies of #DBAF04
Complementary color
Monochromatic Colors of #DBAF04
Black with #DBAF04
Text Example
Text Example
White with #DBAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF04; }
p { color: rgb(219,175,4); }
H1.HeaderClassName
{
color: #DBAF04;
}
.AnyTagClassName
{
color: #DBAF04;
}
</style>
background-color css
<style>
a { background-color: #DBAF04; }
a { background-color: rgb(219,175,4); }
div.DivClassName
{
background-color: #DBAF04;
}
.BgClassName
{
background-color: #DBAF04;
}
</style>
border-color css
<style>
span { border-color: #DBAF04; }
span { border-color: rgb(219,175,4); }
td.TdClassName
{
border-color: #DBAF04;
}
.TagClassName
{
border-color: #DBAF04;
}
</style>