Shades of Gamboge #DFB000
Tints of Gamboge #DFB000
RGB
CMYK
RGB Variations
Color information
#DFB000 (or 0xDFB000) is known color: Gamboge. HEX triplet: DF, B0 and 00. RGB value is (223,176,0). Sum of RGB (Red+Green+Blue) = 223+176+0=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB000 is #204FFF. Grayscale: #AAAAAA. Windows color (decimal): -2117632 or 45279. OLE color: 45279.
HSL color Cylindrical-coordinate representation of color #DFB000: hue angle of 47.35º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFB000 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.13 |
| HSL | 47.35º | 1% | 0.44% | - |
| HSV(B) | 47.35º | 1% | 0.87% | - |
| XYZ | 45.96 | 46.74 | 6.6 | - |
| YUV | 169.99 | 32.07 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 0 | 0 | 0.21 | 1 | 0.13 | 47.35 | 1 | 0.44 |
| Hex | DF | B0 | 0 | 0 | 15 | 64 | D | 2F | 64 | 2C |
| Octal | 337 | 260 | 0 | 0 | 25 | 144 | 15 | 57 | 144 | 54 |
| Binary | 11011111 | 10110000 | 0 | 0 | 10101 | 1100100 | 1101 | 101111 | 1100100 | 101100 |
Color Harmonies of #DFB000
Complementary color
Monochromatic Colors of #DFB000
Black with #DFB000
Text Example
Text Example
White with #DFB000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB000; }
p { color: rgb(223,176,0); }
H1.HeaderClassName
{
color: #DFB000;
}
.AnyTagClassName
{
color: #DFB000;
}
</style>
background-color css
<style>
a { background-color: #DFB000; }
a { background-color: rgb(223,176,0); }
div.DivClassName
{
background-color: #DFB000;
}
.BgClassName
{
background-color: #DFB000;
}
</style>
border-color css
<style>
span { border-color: #DFB000; }
span { border-color: rgb(223,176,0); }
td.TdClassName
{
border-color: #DFB000;
}
.TagClassName
{
border-color: #DFB000;
}
</style>