Shades of Gamboge #DBAF01
Tints of Gamboge #DBAF01
RGB
CMYK
RGB Variations
Color information
#DBAF01 (or 0xDBAF01) is known color: Gamboge. HEX triplet: DB, AF and 01. RGB value is (219,175,1). Sum of RGB (Red+Green+Blue) = 219+175+1=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DBAF01 is #2450FE. Grayscale: #A9A9A9. Windows color (decimal): -2380031 or 110555. OLE color: 110555.
HSL color Cylindrical-coordinate representation of color #DBAF01: hue angle of 47.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBAF01 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.14 |
| HSL | 47.89º | 0.99% | 0.43% | - |
| HSV(B) | 47.89º | 1% | 0.86% | - |
| XYZ | 44.55 | 45.72 | 6.51 | - |
| YUV | 168.32 | 33.58 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 1 | 0 | 0.20 | 1.00 | 0.14 | 47.89 | 0.99 | 0.43 |
| Hex | DB | AF | 1 | 0 | 14 | 64 | E | 30 | 63 | 2B |
| Octal | 333 | 257 | 1 | 0 | 24 | 144 | 16 | 60 | 143 | 53 |
| Binary | 11011011 | 10101111 | 1 | 0 | 10100 | 1100100 | 1110 | 110000 | 1100011 | 101011 |
Color Harmonies of #DBAF01
Complementary color
Monochromatic Colors of #DBAF01
Black with #DBAF01
Text Example
Text Example
White with #DBAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAF01; }
p { color: rgb(219,175,1); }
H1.HeaderClassName
{
color: #DBAF01;
}
.AnyTagClassName
{
color: #DBAF01;
}
</style>
background-color css
<style>
a { background-color: #DBAF01; }
a { background-color: rgb(219,175,1); }
div.DivClassName
{
background-color: #DBAF01;
}
.BgClassName
{
background-color: #DBAF01;
}
</style>
border-color css
<style>
span { border-color: #DBAF01; }
span { border-color: rgb(219,175,1); }
td.TdClassName
{
border-color: #DBAF01;
}
.TagClassName
{
border-color: #DBAF01;
}
</style>