Shades of Gamboge #DFB008
Tints of Gamboge #DFB008
RGB
CMYK
RGB Variations
Color information
#DFB008 (or 0xDFB008) is known color: Gamboge. HEX triplet: DF, B0 and 08. RGB value is (223,176,8). Sum of RGB (Red+Green+Blue) = 223+176+8=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB008 is #204FF7. Grayscale: #ABABAB. Windows color (decimal): -2117624 or 569567. OLE color: 569567.
HSL color Cylindrical-coordinate representation of color #DFB008: hue angle of 46.88º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFB008 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 8 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.13 |
| HSL | 46.88º | 0.93% | 0.45% | - |
| HSV(B) | 46.88º | 0.96% | 0.87% | - |
| XYZ | 46 | 46.76 | 6.83 | - |
| YUV | 170.9 | 36.07 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 8 | 0 | 0.21 | 0.96 | 0.13 | 46.88 | 0.93 | 0.45 |
| Hex | DF | B0 | 8 | 0 | 15 | 60 | D | 2F | 5D | 2D |
| Octal | 337 | 260 | 10 | 0 | 25 | 140 | 15 | 57 | 135 | 55 |
| Binary | 11011111 | 10110000 | 1000 | 0 | 10101 | 1100000 | 1101 | 101111 | 1011101 | 101101 |
Color Harmonies of #DFB008
Complementary color
Monochromatic Colors of #DFB008
Black with #DFB008
Text Example
Text Example
White with #DFB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB008; }
p { color: rgb(223,176,8); }
H1.HeaderClassName
{
color: #DFB008;
}
.AnyTagClassName
{
color: #DFB008;
}
</style>
background-color css
<style>
a { background-color: #DFB008; }
a { background-color: rgb(223,176,8); }
div.DivClassName
{
background-color: #DFB008;
}
.BgClassName
{
background-color: #DFB008;
}
</style>
border-color css
<style>
span { border-color: #DFB008; }
span { border-color: rgb(223,176,8); }
td.TdClassName
{
border-color: #DFB008;
}
.TagClassName
{
border-color: #DFB008;
}
</style>