Shades of Gamboge #DFA305
Tints of Gamboge #DFA305
RGB
CMYK
RGB Variations
Color information
#DFA305 (or 0xDFA305) is known color: Gamboge. HEX triplet: DF, A3 and 05. RGB value is (223,163,5). Sum of RGB (Red+Green+Blue) = 223+163+5=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA305 is #205CFA. Grayscale: #A3A3A3. Windows color (decimal): -2120955 or 369631. OLE color: 369631.
HSL color Cylindrical-coordinate representation of color #DFA305: hue angle of 43.49º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFA305 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 163 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.13 |
| HSL | 43.49º | 0.96% | 0.45% | - |
| HSV(B) | 43.49º | 0.98% | 0.87% | - |
| XYZ | 43.56 | 41.89 | 5.93 | - |
| YUV | 162.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 5 | 0 | 0.27 | 0.98 | 0.13 | 43.49 | 0.96 | 0.45 |
| Hex | DF | A3 | 5 | 0 | 1B | 62 | D | 2B | 60 | 2D |
| Octal | 337 | 243 | 5 | 0 | 33 | 142 | 15 | 53 | 140 | 55 |
| Binary | 11011111 | 10100011 | 101 | 0 | 11011 | 1100010 | 1101 | 101011 | 1100000 | 101101 |
Color Harmonies of #DFA305
Complementary color
Monochromatic Colors of #DFA305
Black with #DFA305
Text Example
Text Example
White with #DFA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA305; }
p { color: rgb(223,163,5); }
H1.HeaderClassName
{
color: #DFA305;
}
.AnyTagClassName
{
color: #DFA305;
}
</style>
background-color css
<style>
a { background-color: #DFA305; }
a { background-color: rgb(223,163,5); }
div.DivClassName
{
background-color: #DFA305;
}
.BgClassName
{
background-color: #DFA305;
}
</style>
border-color css
<style>
span { border-color: #DFA305; }
span { border-color: rgb(223,163,5); }
td.TdClassName
{
border-color: #DFA305;
}
.TagClassName
{
border-color: #DFA305;
}
</style>