Shades of Gamboge #DFAE0A
Tints of Gamboge #DFAE0A
RGB
CMYK
RGB Variations
Color information
#DFAE0A (or 0xDFAE0A) is known color: Gamboge. HEX triplet: DF, AE and 0A. RGB value is (223,174,10). Sum of RGB (Red+Green+Blue) = 223+174+10=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 10 (4.30% from 255 or 2.46% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAE0A is #2051F5. Grayscale: #AAAAAA. Windows color (decimal): -2118134 or 700127. OLE color: 700127.
HSL color Cylindrical-coordinate representation of color #DFAE0A: hue angle of 46.2º 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 #DFAE0A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 174 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.13 |
| HSL | 46.2º | 0.91% | 0.46% | - |
| HSV(B) | 46.2º | 0.96% | 0.87% | - |
| XYZ | 45.62 | 45.98 | 6.76 | - |
| YUV | 169.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 174 | 10 | 0 | 0.22 | 0.96 | 0.13 | 46.2 | 0.91 | 0.46 |
| Hex | DF | AE | A | 0 | 16 | 60 | D | 2E | 5B | 2E |
| Octal | 337 | 256 | 12 | 0 | 26 | 140 | 15 | 56 | 133 | 56 |
| Binary | 11011111 | 10101110 | 1010 | 0 | 10110 | 1100000 | 1101 | 101110 | 1011011 | 101110 |
Color Harmonies of #DFAE0A
Complementary color
Monochromatic Colors of #DFAE0A
Black with #DFAE0A
Text Example
Text Example
White with #DFAE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAE0A; }
p { color: rgb(223,174,10); }
H1.HeaderClassName
{
color: #DFAE0A;
}
.AnyTagClassName
{
color: #DFAE0A;
}
</style>
background-color css
<style>
a { background-color: #DFAE0A; }
a { background-color: rgb(223,174,10); }
div.DivClassName
{
background-color: #DFAE0A;
}
.BgClassName
{
background-color: #DFAE0A;
}
</style>
border-color css
<style>
span { border-color: #DFAE0A; }
span { border-color: rgb(223,174,10); }
td.TdClassName
{
border-color: #DFAE0A;
}
.TagClassName
{
border-color: #DFAE0A;
}
</style>