Shades of Gamboge #DFAF00
Tints of Gamboge #DFAF00
RGB
CMYK
RGB Variations
Color information
#DFAF00 (or 0xDFAF00) is known color: Gamboge. HEX triplet: DF, AF and 00. RGB value is (223,175,0). Sum of RGB (Red+Green+Blue) = 223+175+0=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF00 is #2050FF. Grayscale: #AAAAAA. Windows color (decimal): -2117888 or 45023. OLE color: 45023.
HSL color Cylindrical-coordinate representation of color #DFAF00: hue angle of 47.09º 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 #DFAF00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.13 |
| HSL | 47.09º | 1% | 0.44% | - |
| HSV(B) | 47.09º | 1% | 0.87% | - |
| XYZ | 45.76 | 46.35 | 6.53 | - |
| YUV | 169.4 | 32.4 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 0 | 0 | 0.22 | 1 | 0.13 | 47.09 | 1 | 0.44 |
| Hex | DF | AF | 0 | 0 | 16 | 64 | D | 2F | 64 | 2C |
| Octal | 337 | 257 | 0 | 0 | 26 | 144 | 15 | 57 | 144 | 54 |
| Binary | 11011111 | 10101111 | 0 | 0 | 10110 | 1100100 | 1101 | 101111 | 1100100 | 101100 |
Color Harmonies of #DFAF00
Complementary color
Monochromatic Colors of #DFAF00
Black with #DFAF00
Text Example
Text Example
White with #DFAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF00; }
p { color: rgb(223,175,0); }
H1.HeaderClassName
{
color: #DFAF00;
}
.AnyTagClassName
{
color: #DFAF00;
}
</style>
background-color css
<style>
a { background-color: #DFAF00; }
a { background-color: rgb(223,175,0); }
div.DivClassName
{
background-color: #DFAF00;
}
.BgClassName
{
background-color: #DFAF00;
}
</style>
border-color css
<style>
span { border-color: #DFAF00; }
span { border-color: rgb(223,175,0); }
td.TdClassName
{
border-color: #DFAF00;
}
.TagClassName
{
border-color: #DFAF00;
}
</style>