Shades of Gamboge #DFA500
Tints of Gamboge #DFA500
RGB
CMYK
RGB Variations
Color information
#DFA500 (or 0xDFA500) is known color: Gamboge. HEX triplet: DF, A5 and 00. RGB value is (223,165,0). Sum of RGB (Red+Green+Blue) = 223+165+0=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA500 is #205AFF. Grayscale: #A4A4A4. Windows color (decimal): -2120448 or 42463. OLE color: 42463.
HSL color Cylindrical-coordinate representation of color #DFA500: hue angle of 44.39º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFA500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 165 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.13 |
| HSL | 44.39º | 1% | 0.44% | - |
| HSV(B) | 44.39º | 1% | 0.87% | - |
| XYZ | 43.89 | 42.6 | 5.91 | - |
| YUV | 163.53 | 35.72 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 165 | 0 | 0 | 0.26 | 1 | 0.13 | 44.39 | 1 | 0.44 |
| Hex | DF | A5 | 0 | 0 | 1A | 64 | D | 2C | 64 | 2C |
| Octal | 337 | 245 | 0 | 0 | 32 | 144 | 15 | 54 | 144 | 54 |
| Binary | 11011111 | 10100101 | 0 | 0 | 11010 | 1100100 | 1101 | 101100 | 1100100 | 101100 |
Color Harmonies of #DFA500
Complementary color
Monochromatic Colors of #DFA500
Black with #DFA500
Text Example
Text Example
White with #DFA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA500; }
p { color: rgb(223,165,0); }
H1.HeaderClassName
{
color: #DFA500;
}
.AnyTagClassName
{
color: #DFA500;
}
</style>
background-color css
<style>
a { background-color: #DFA500; }
a { background-color: rgb(223,165,0); }
div.DivClassName
{
background-color: #DFA500;
}
.BgClassName
{
background-color: #DFA500;
}
</style>
border-color css
<style>
span { border-color: #DFA500; }
span { border-color: rgb(223,165,0); }
td.TdClassName
{
border-color: #DFA500;
}
.TagClassName
{
border-color: #DFA500;
}
</style>