Shades of Gamboge #DFB006
Tints of Gamboge #DFB006
RGB
CMYK
RGB Variations
Color information
#DFB006 (or 0xDFB006) is known color: Gamboge. HEX triplet: DF, B0 and 06. RGB value is (223,176,6). Sum of RGB (Red+Green+Blue) = 223+176+6=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB006 is #204FF9. Grayscale: #ABABAB. Windows color (decimal): -2117626 or 438495. OLE color: 438495.
HSL color Cylindrical-coordinate representation of color #DFB006: hue angle of 47º degrees, saturation: 0.95, 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 #DFB006 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 6 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.13 |
| HSL | 47º | 0.95% | 0.45% | - |
| HSV(B) | 47º | 0.97% | 0.87% | - |
| XYZ | 45.99 | 46.75 | 6.77 | - |
| YUV | 170.67 | 35.07 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 6 | 0 | 0.21 | 0.97 | 0.13 | 47 | 0.95 | 0.45 |
| Hex | DF | B0 | 6 | 0 | 15 | 61 | D | 2F | 5F | 2D |
| Octal | 337 | 260 | 6 | 0 | 25 | 141 | 15 | 57 | 137 | 55 |
| Binary | 11011111 | 10110000 | 110 | 0 | 10101 | 1100001 | 1101 | 101111 | 1011111 | 101101 |
Color Harmonies of #DFB006
Complementary color
Monochromatic Colors of #DFB006
Black with #DFB006
Text Example
Text Example
White with #DFB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB006; }
p { color: rgb(223,176,6); }
H1.HeaderClassName
{
color: #DFB006;
}
.AnyTagClassName
{
color: #DFB006;
}
</style>
background-color css
<style>
a { background-color: #DFB006; }
a { background-color: rgb(223,176,6); }
div.DivClassName
{
background-color: #DFB006;
}
.BgClassName
{
background-color: #DFB006;
}
</style>
border-color css
<style>
span { border-color: #DFB006; }
span { border-color: rgb(223,176,6); }
td.TdClassName
{
border-color: #DFB006;
}
.TagClassName
{
border-color: #DFB006;
}
</style>