Shades of Gamboge #DFA705
Tints of Gamboge #DFA705
RGB
CMYK
RGB Variations
Color information
#DFA705 (or 0xDFA705) is known color: Gamboge. HEX triplet: DF, A7 and 05. RGB value is (223,167,5). Sum of RGB (Red+Green+Blue) = 223+167+5=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 5 (2.34% from 255 or 1.27% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA705 is #2058FA. Grayscale: #A5A5A5. Windows color (decimal): -2119931 or 370655. OLE color: 370655.
HSL color Cylindrical-coordinate representation of color #DFA705: hue angle of 44.59º 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 #DFA705 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 167 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.13 |
| HSL | 44.59º | 0.96% | 0.45% | - |
| HSV(B) | 44.59º | 0.98% | 0.87% | - |
| XYZ | 44.28 | 43.34 | 6.17 | - |
| YUV | 165.28 | 37.55 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 167 | 5 | 0 | 0.25 | 0.98 | 0.13 | 44.59 | 0.96 | 0.45 |
| Hex | DF | A7 | 5 | 0 | 19 | 62 | D | 2D | 60 | 2D |
| Octal | 337 | 247 | 5 | 0 | 31 | 142 | 15 | 55 | 140 | 55 |
| Binary | 11011111 | 10100111 | 101 | 0 | 11001 | 1100010 | 1101 | 101101 | 1100000 | 101101 |
Color Harmonies of #DFA705
Complementary color
Monochromatic Colors of #DFA705
Black with #DFA705
Text Example
Text Example
White with #DFA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA705; }
p { color: rgb(223,167,5); }
H1.HeaderClassName
{
color: #DFA705;
}
.AnyTagClassName
{
color: #DFA705;
}
</style>
background-color css
<style>
a { background-color: #DFA705; }
a { background-color: rgb(223,167,5); }
div.DivClassName
{
background-color: #DFA705;
}
.BgClassName
{
background-color: #DFA705;
}
</style>
border-color css
<style>
span { border-color: #DFA705; }
span { border-color: rgb(223,167,5); }
td.TdClassName
{
border-color: #DFA705;
}
.TagClassName
{
border-color: #DFA705;
}
</style>