Shades of Gamboge #DFAD0A
Tints of Gamboge #DFAD0A
RGB
CMYK
RGB Variations
Color information
#DFAD0A (or 0xDFAD0A) is known color: Gamboge. HEX triplet: DF, AD and 0A. RGB value is (223,173,10). Sum of RGB (Red+Green+Blue) = 223+173+10=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD0A is #2052F5. Grayscale: #AAAAAA. Windows color (decimal): -2118390 or 699871. OLE color: 699871.
HSL color Cylindrical-coordinate representation of color #DFAD0A: hue angle of 45.92º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFAD0A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 173 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.13 |
| HSL | 45.92º | 0.91% | 0.46% | - |
| HSV(B) | 45.92º | 0.96% | 0.87% | - |
| XYZ | 45.43 | 45.6 | 6.69 | - |
| YUV | 169.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 173 | 10 | 0 | 0.22 | 0.96 | 0.13 | 45.92 | 0.91 | 0.46 |
| Hex | DF | AD | A | 0 | 16 | 60 | D | 2E | 5B | 2E |
| Octal | 337 | 255 | 12 | 0 | 26 | 140 | 15 | 56 | 133 | 56 |
| Binary | 11011111 | 10101101 | 1010 | 0 | 10110 | 1100000 | 1101 | 101110 | 1011011 | 101110 |
Color Harmonies of #DFAD0A
Complementary color
Monochromatic Colors of #DFAD0A
Black with #DFAD0A
Text Example
Text Example
White with #DFAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAD0A; }
p { color: rgb(223,173,10); }
H1.HeaderClassName
{
color: #DFAD0A;
}
.AnyTagClassName
{
color: #DFAD0A;
}
</style>
background-color css
<style>
a { background-color: #DFAD0A; }
a { background-color: rgb(223,173,10); }
div.DivClassName
{
background-color: #DFAD0A;
}
.BgClassName
{
background-color: #DFAD0A;
}
</style>
border-color css
<style>
span { border-color: #DFAD0A; }
span { border-color: rgb(223,173,10); }
td.TdClassName
{
border-color: #DFAD0A;
}
.TagClassName
{
border-color: #DFAD0A;
}
</style>