Shades of Gamboge #DFB004
Tints of Gamboge #DFB004
RGB
CMYK
RGB Variations
Color information
#DFB004 (or 0xDFB004) is known color: Gamboge. HEX triplet: DF, B0 and 04. RGB value is (223,176,4). Sum of RGB (Red+Green+Blue) = 223+176+4=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB004 is #204FFB. Grayscale: #ABABAB. Windows color (decimal): -2117628 or 307423. OLE color: 307423.
HSL color Cylindrical-coordinate representation of color #DFB004: hue angle of 47.12º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFB004 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.13 |
| HSL | 47.12º | 0.96% | 0.45% | - |
| HSV(B) | 47.12º | 0.98% | 0.87% | - |
| XYZ | 45.98 | 46.75 | 6.71 | - |
| YUV | 170.45 | 34.07 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 4 | 0 | 0.21 | 0.98 | 0.13 | 47.12 | 0.96 | 0.45 |
| Hex | DF | B0 | 4 | 0 | 15 | 62 | D | 2F | 60 | 2D |
| Octal | 337 | 260 | 4 | 0 | 25 | 142 | 15 | 57 | 140 | 55 |
| Binary | 11011111 | 10110000 | 100 | 0 | 10101 | 1100010 | 1101 | 101111 | 1100000 | 101101 |
Color Harmonies of #DFB004
Complementary color
Monochromatic Colors of #DFB004
Black with #DFB004
Text Example
Text Example
White with #DFB004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB004; }
p { color: rgb(223,176,4); }
H1.HeaderClassName
{
color: #DFB004;
}
.AnyTagClassName
{
color: #DFB004;
}
</style>
background-color css
<style>
a { background-color: #DFB004; }
a { background-color: rgb(223,176,4); }
div.DivClassName
{
background-color: #DFB004;
}
.BgClassName
{
background-color: #DFB004;
}
</style>
border-color css
<style>
span { border-color: #DFB004; }
span { border-color: rgb(223,176,4); }
td.TdClassName
{
border-color: #DFB004;
}
.TagClassName
{
border-color: #DFB004;
}
</style>