Shades of Gamboge #DBAF03
Tints of Gamboge #DBAF03
RGB
CMYK
RGB Variations
Color information
#DBAF03 (or 0xDBAF03) is known color: Gamboge. HEX triplet: DB, AF and 03. RGB value is (219,175,3). Sum of RGB (Red+Green+Blue) = 219+175+3=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF03 is #2450FC. Grayscale: #A9A9A9. Windows color (decimal): -2380029 or 241627. OLE color: 241627.
HSL color Cylindrical-coordinate representation of color #DBAF03: hue angle of 47.78º 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 #DBAF03 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.14 |
| HSL | 47.78º | 0.97% | 0.44% | - |
| HSV(B) | 47.78º | 0.99% | 0.86% | - |
| XYZ | 44.56 | 45.73 | 6.56 | - |
| YUV | 168.55 | 34.58 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 3 | 0 | 0.20 | 0.99 | 0.14 | 47.78 | 0.97 | 0.44 |
| Hex | DB | AF | 3 | 0 | 14 | 63 | E | 30 | 61 | 2C |
| Octal | 333 | 257 | 3 | 0 | 24 | 143 | 16 | 60 | 141 | 54 |
| Binary | 11011011 | 10101111 | 11 | 0 | 10100 | 1100011 | 1110 | 110000 | 1100001 | 101100 |
Color Harmonies of #DBAF03
Complementary color
Monochromatic Colors of #DBAF03
Black with #DBAF03
Text Example
Text Example
White with #DBAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF03; }
p { color: rgb(219,175,3); }
H1.HeaderClassName
{
color: #DBAF03;
}
.AnyTagClassName
{
color: #DBAF03;
}
</style>
background-color css
<style>
a { background-color: #DBAF03; }
a { background-color: rgb(219,175,3); }
div.DivClassName
{
background-color: #DBAF03;
}
.BgClassName
{
background-color: #DBAF03;
}
</style>
border-color css
<style>
span { border-color: #DBAF03; }
span { border-color: rgb(219,175,3); }
td.TdClassName
{
border-color: #DBAF03;
}
.TagClassName
{
border-color: #DBAF03;
}
</style>