Shades of Gamboge #DFB002
Tints of Gamboge #DFB002
RGB
CMYK
RGB Variations
Color information
#DFB002 (or 0xDFB002) is known color: Gamboge. HEX triplet: DF, B0 and 02. RGB value is (223,176,2). Sum of RGB (Red+Green+Blue) = 223+176+2=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB002 is #204FFD. Grayscale: #AAAAAA. Windows color (decimal): -2117630 or 176351. OLE color: 176351.
HSL color Cylindrical-coordinate representation of color #DFB002: hue angle of 47.24º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFB002 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 176 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.13 |
| HSL | 47.24º | 0.98% | 0.44% | - |
| HSV(B) | 47.24º | 0.99% | 0.87% | - |
| XYZ | 45.97 | 46.74 | 6.66 | - |
| YUV | 170.22 | 33.07 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 2 | 0 | 0.21 | 0.99 | 0.13 | 47.24 | 0.98 | 0.44 |
| Hex | DF | B0 | 2 | 0 | 15 | 63 | D | 2F | 62 | 2C |
| Octal | 337 | 260 | 2 | 0 | 25 | 143 | 15 | 57 | 142 | 54 |
| Binary | 11011111 | 10110000 | 10 | 0 | 10101 | 1100011 | 1101 | 101111 | 1100010 | 101100 |
Color Harmonies of #DFB002
Complementary color
Monochromatic Colors of #DFB002
Black with #DFB002
Text Example
Text Example
White with #DFB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB002; }
p { color: rgb(223,176,2); }
H1.HeaderClassName
{
color: #DFB002;
}
.AnyTagClassName
{
color: #DFB002;
}
</style>
background-color css
<style>
a { background-color: #DFB002; }
a { background-color: rgb(223,176,2); }
div.DivClassName
{
background-color: #DFB002;
}
.BgClassName
{
background-color: #DFB002;
}
</style>
border-color css
<style>
span { border-color: #DFB002; }
span { border-color: rgb(223,176,2); }
td.TdClassName
{
border-color: #DFB002;
}
.TagClassName
{
border-color: #DFB002;
}
</style>