Shades of Gamboge #DFA60B
Tints of Gamboge #DFA60B
RGB
CMYK
RGB Variations
Color information
#DFA60B (or 0xDFA60B) is known color: Gamboge. HEX triplet: DF, A6 and 0B. RGB value is (223,166,11). Sum of RGB (Red+Green+Blue) = 223+166+11=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA60B is #2059F4. Grayscale: #A6A6A6. Windows color (decimal): -2120181 or 763615. OLE color: 763615.
HSL color Cylindrical-coordinate representation of color #DFA60B: hue angle of 43.87º 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 #DFA60B is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 11 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.13 |
| HSL | 43.87º | 0.91% | 0.46% | - |
| HSV(B) | 43.87º | 0.95% | 0.87% | - |
| XYZ | 44.13 | 42.98 | 6.29 | - |
| YUV | 165.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 11 | 0 | 0.26 | 0.95 | 0.13 | 43.87 | 0.91 | 0.46 |
| Hex | DF | A6 | B | 0 | 1A | 5F | D | 2C | 5B | 2E |
| Octal | 337 | 246 | 13 | 0 | 32 | 137 | 15 | 54 | 133 | 56 |
| Binary | 11011111 | 10100110 | 1011 | 0 | 11010 | 1011111 | 1101 | 101100 | 1011011 | 101110 |
Color Harmonies of #DFA60B
Complementary color
Monochromatic Colors of #DFA60B
Black with #DFA60B
Text Example
Text Example
White with #DFA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA60B; }
p { color: rgb(223,166,11); }
H1.HeaderClassName
{
color: #DFA60B;
}
.AnyTagClassName
{
color: #DFA60B;
}
</style>
background-color css
<style>
a { background-color: #DFA60B; }
a { background-color: rgb(223,166,11); }
div.DivClassName
{
background-color: #DFA60B;
}
.BgClassName
{
background-color: #DFA60B;
}
</style>
border-color css
<style>
span { border-color: #DFA60B; }
span { border-color: rgb(223,166,11); }
td.TdClassName
{
border-color: #DFA60B;
}
.TagClassName
{
border-color: #DFA60B;
}
</style>