Shades of Gamboge #DFAD0C
Tints of Gamboge #DFAD0C
RGB
CMYK
RGB Variations
Color information
#DFAD0C (or 0xDFAD0C) is known color: Gamboge. HEX triplet: DF, AD and 0C. RGB value is (223,173,12). Sum of RGB (Red+Green+Blue) = 223+173+12=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD0C is #2052F3. Grayscale: #AAAAAA. Windows color (decimal): -2118388 or 830943. OLE color: 830943.
HSL color Cylindrical-coordinate representation of color #DFAD0C: hue angle of 45.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFAD0C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.13 |
| HSL | 45.78º | 0.9% | 0.46% | - |
| HSV(B) | 45.78º | 0.95% | 0.87% | - |
| XYZ | 45.44 | 45.6 | 6.75 | - |
| YUV | 169.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 12 | 0 | 0.22 | 0.95 | 0.13 | 45.78 | 0.9 | 0.46 |
| Hex | DF | AD | C | 0 | 16 | 5F | D | 2E | 5A | 2E |
| Octal | 337 | 255 | 14 | 0 | 26 | 137 | 15 | 56 | 132 | 56 |
| Binary | 11011111 | 10101101 | 1100 | 0 | 10110 | 1011111 | 1101 | 101110 | 1011010 | 101110 |
Color Harmonies of #DFAD0C
Complementary color
Monochromatic Colors of #DFAD0C
Black with #DFAD0C
Text Example
Text Example
White with #DFAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD0C; }
p { color: rgb(223,173,12); }
H1.HeaderClassName
{
color: #DFAD0C;
}
.AnyTagClassName
{
color: #DFAD0C;
}
</style>
background-color css
<style>
a { background-color: #DFAD0C; }
a { background-color: rgb(223,173,12); }
div.DivClassName
{
background-color: #DFAD0C;
}
.BgClassName
{
background-color: #DFAD0C;
}
</style>
border-color css
<style>
span { border-color: #DFAD0C; }
span { border-color: rgb(223,173,12); }
td.TdClassName
{
border-color: #DFAD0C;
}
.TagClassName
{
border-color: #DFAD0C;
}
</style>