Shades of Gamboge #DFAF0D
Tints of Gamboge #DFAF0D
RGB
CMYK
RGB Variations
Color information
#DFAF0D (or 0xDFAF0D) is known color: Gamboge. HEX triplet: DF, AF and 0D. RGB value is (223,175,13). Sum of RGB (Red+Green+Blue) = 223+175+13=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF0D is #2050F2. Grayscale: #ABABAB. Windows color (decimal): -2117875 or 896991. OLE color: 896991.
HSL color Cylindrical-coordinate representation of color #DFAF0D: hue angle of 46.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFAF0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 175 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.13 |
| HSL | 46.29º | 0.89% | 0.46% | - |
| HSV(B) | 46.29º | 0.94% | 0.87% | - |
| XYZ | 45.83 | 46.38 | 6.92 | - |
| YUV | 170.88 | 38.9 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 13 | 0 | 0.22 | 0.94 | 0.13 | 46.29 | 0.89 | 0.46 |
| Hex | DF | AF | D | 0 | 16 | 5E | D | 2E | 59 | 2E |
| Octal | 337 | 257 | 15 | 0 | 26 | 136 | 15 | 56 | 131 | 56 |
| Binary | 11011111 | 10101111 | 1101 | 0 | 10110 | 1011110 | 1101 | 101110 | 1011001 | 101110 |
Color Harmonies of #DFAF0D
Complementary color
Monochromatic Colors of #DFAF0D
Black with #DFAF0D
Text Example
Text Example
White with #DFAF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAF0D; }
p { color: rgb(223,175,13); }
H1.HeaderClassName
{
color: #DFAF0D;
}
.AnyTagClassName
{
color: #DFAF0D;
}
</style>
background-color css
<style>
a { background-color: #DFAF0D; }
a { background-color: rgb(223,175,13); }
div.DivClassName
{
background-color: #DFAF0D;
}
.BgClassName
{
background-color: #DFAF0D;
}
</style>
border-color css
<style>
span { border-color: #DFAF0D; }
span { border-color: rgb(223,175,13); }
td.TdClassName
{
border-color: #DFAF0D;
}
.TagClassName
{
border-color: #DFAF0D;
}
</style>