Shades of Gamboge #DFB007
Tints of Gamboge #DFB007
RGB
CMYK
RGB Variations
Color information
#DFB007 (or 0xDFB007) is known color: Gamboge. HEX triplet: DF, B0 and 07. RGB value is (223,176,7). Sum of RGB (Red+Green+Blue) = 223+176+7=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 7 (3.12% from 255 or 1.72% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB007 is #204FF8. Grayscale: #ABABAB. Windows color (decimal): -2117625 or 504031. OLE color: 504031.
HSL color Cylindrical-coordinate representation of color #DFB007: hue angle of 46.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFB007 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.13 |
| HSL | 46.94º | 0.94% | 0.45% | - |
| HSV(B) | 46.94º | 0.97% | 0.87% | - |
| XYZ | 46 | 46.75 | 6.8 | - |
| YUV | 170.79 | 35.57 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 7 | 0 | 0.21 | 0.97 | 0.13 | 46.94 | 0.94 | 0.45 |
| Hex | DF | B0 | 7 | 0 | 15 | 61 | D | 2F | 5E | 2D |
| Octal | 337 | 260 | 7 | 0 | 25 | 141 | 15 | 57 | 136 | 55 |
| Binary | 11011111 | 10110000 | 111 | 0 | 10101 | 1100001 | 1101 | 101111 | 1011110 | 101101 |
Color Harmonies of #DFB007
Complementary color
Monochromatic Colors of #DFB007
Black with #DFB007
Text Example
Text Example
White with #DFB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB007; }
p { color: rgb(223,176,7); }
H1.HeaderClassName
{
color: #DFB007;
}
.AnyTagClassName
{
color: #DFB007;
}
</style>
background-color css
<style>
a { background-color: #DFB007; }
a { background-color: rgb(223,176,7); }
div.DivClassName
{
background-color: #DFB007;
}
.BgClassName
{
background-color: #DFB007;
}
</style>
border-color css
<style>
span { border-color: #DFB007; }
span { border-color: rgb(223,176,7); }
td.TdClassName
{
border-color: #DFB007;
}
.TagClassName
{
border-color: #DFB007;
}
</style>