Shades of Gamboge #DFA10B
Tints of Gamboge #DFA10B
RGB
CMYK
RGB Variations
Color information
#DFA10B (or 0xDFA10B) is known color: Gamboge. HEX triplet: DF, A1 and 0B. RGB value is (223,161,11). Sum of RGB (Red+Green+Blue) = 223+161+11=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA10B is #205EF4. Grayscale: #A3A3A3. Windows color (decimal): -2121461 or 762335. OLE color: 762335.
HSL color Cylindrical-coordinate representation of color #DFA10B: hue angle of 42.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFA10B is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 161 | 11 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.13 |
| HSL | 42.45º | 0.91% | 0.46% | - |
| HSV(B) | 42.45º | 0.95% | 0.87% | - |
| XYZ | 43.24 | 41.2 | 5.99 | - |
| YUV | 162.44 | 42.54 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 161 | 11 | 0 | 0.28 | 0.95 | 0.13 | 42.45 | 0.91 | 0.46 |
| Hex | DF | A1 | B | 0 | 1C | 5F | D | 2A | 5B | 2E |
| Octal | 337 | 241 | 13 | 0 | 34 | 137 | 15 | 52 | 133 | 56 |
| Binary | 11011111 | 10100001 | 1011 | 0 | 11100 | 1011111 | 1101 | 101010 | 1011011 | 101110 |
Color Harmonies of #DFA10B
Complementary color
Monochromatic Colors of #DFA10B
Black with #DFA10B
Text Example
Text Example
White with #DFA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA10B; }
p { color: rgb(223,161,11); }
H1.HeaderClassName
{
color: #DFA10B;
}
.AnyTagClassName
{
color: #DFA10B;
}
</style>
background-color css
<style>
a { background-color: #DFA10B; }
a { background-color: rgb(223,161,11); }
div.DivClassName
{
background-color: #DFA10B;
}
.BgClassName
{
background-color: #DFA10B;
}
</style>
border-color css
<style>
span { border-color: #DFA10B; }
span { border-color: rgb(223,161,11); }
td.TdClassName
{
border-color: #DFA10B;
}
.TagClassName
{
border-color: #DFA10B;
}
</style>