Shades of Gamboge #DFA603
Tints of Gamboge #DFA603
RGB
CMYK
RGB Variations
Color information
#DFA603 (or 0xDFA603) is known color: Gamboge. HEX triplet: DF, A6 and 03. RGB value is (223,166,3). Sum of RGB (Red+Green+Blue) = 223+166+3=392 (51% of max value = 765). Red value is 223 (87.5% from 255 or 56.89% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA603 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA603 is #2059FC. Grayscale: #A5A5A5. Windows color (decimal): -2120189 or 239327. OLE color: 239327.
HSL color Cylindrical-coordinate representation of color #DFA603: hue angle of 44.45º degrees, saturation: 0.97, 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 #DFA603 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 166 | 3 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.13 |
| HSL | 44.45º | 0.97% | 0.44% | - |
| HSV(B) | 44.45º | 0.99% | 0.87% | - |
| XYZ | 44.08 | 42.97 | 6.06 | - |
| YUV | 164.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 166 | 3 | 0 | 0.26 | 0.99 | 0.13 | 44.45 | 0.97 | 0.44 |
| Hex | DF | A6 | 3 | 0 | 1A | 63 | D | 2C | 61 | 2C |
| Octal | 337 | 246 | 3 | 0 | 32 | 143 | 15 | 54 | 141 | 54 |
| Binary | 11011111 | 10100110 | 11 | 0 | 11010 | 1100011 | 1101 | 101100 | 1100001 | 101100 |
Color Harmonies of #DFA603
Complementary color
Monochromatic Colors of #DFA603
Black with #DFA603
Text Example
Text Example
White with #DFA603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA603; }
p { color: rgb(223,166,3); }
H1.HeaderClassName
{
color: #DFA603;
}
.AnyTagClassName
{
color: #DFA603;
}
</style>
background-color css
<style>
a { background-color: #DFA603; }
a { background-color: rgb(223,166,3); }
div.DivClassName
{
background-color: #DFA603;
}
.BgClassName
{
background-color: #DFA603;
}
</style>
border-color css
<style>
span { border-color: #DFA603; }
span { border-color: rgb(223,166,3); }
td.TdClassName
{
border-color: #DFA603;
}
.TagClassName
{
border-color: #DFA603;
}
</style>