Shades of Gamboge #DFB100
Tints of Gamboge #DFB100
RGB
CMYK
RGB Variations
Color information
#DFB100 (or 0xDFB100) is known color: Gamboge. HEX triplet: DF, B1 and 00. RGB value is (223,177,0). Sum of RGB (Red+Green+Blue) = 223+177+0=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB100 is #204EFF. Grayscale: #ABABAB. Windows color (decimal): -2117376 or 45535. OLE color: 45535.
HSL color Cylindrical-coordinate representation of color #DFB100: hue angle of 47.62º 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 #DFB100 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 177 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.13 |
| HSL | 47.62º | 1% | 0.44% | - |
| HSV(B) | 47.62º | 1% | 0.87% | - |
| XYZ | 46.15 | 47.13 | 6.66 | - |
| YUV | 170.58 | 31.74 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 0 | 0 | 0.21 | 1 | 0.13 | 47.62 | 1 | 0.44 |
| Hex | DF | B1 | 0 | 0 | 15 | 64 | D | 30 | 64 | 2C |
| Octal | 337 | 261 | 0 | 0 | 25 | 144 | 15 | 60 | 144 | 54 |
| Binary | 11011111 | 10110001 | 0 | 0 | 10101 | 1100100 | 1101 | 110000 | 1100100 | 101100 |
Color Harmonies of #DFB100
Complementary color
Monochromatic Colors of #DFB100
Black with #DFB100
Text Example
Text Example
White with #DFB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB100; }
p { color: rgb(223,177,0); }
H1.HeaderClassName
{
color: #DFB100;
}
.AnyTagClassName
{
color: #DFB100;
}
</style>
background-color css
<style>
a { background-color: #DFB100; }
a { background-color: rgb(223,177,0); }
div.DivClassName
{
background-color: #DFB100;
}
.BgClassName
{
background-color: #DFB100;
}
</style>
border-color css
<style>
span { border-color: #DFB100; }
span { border-color: rgb(223,177,0); }
td.TdClassName
{
border-color: #DFB100;
}
.TagClassName
{
border-color: #DFB100;
}
</style>