Shades of Gamboge #DFAA04
Tints of Gamboge #DFAA04
RGB
CMYK
RGB Variations
Color information
#DFAA04 (or 0xDFAA04) is known color: Gamboge. HEX triplet: DF, AA and 04. RGB value is (223,170,4). Sum of RGB (Red+Green+Blue) = 223+170+4=397 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.17% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA04 is #2055FB. Grayscale: #A7A7A7. Windows color (decimal): -2119164 or 305887. OLE color: 305887.
HSL color Cylindrical-coordinate representation of color #DFAA04: hue angle of 45.48º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFAA04 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.13 |
| HSL | 45.48º | 0.96% | 0.45% | - |
| HSV(B) | 45.48º | 0.98% | 0.87% | - |
| XYZ | 44.83 | 44.45 | 6.33 | - |
| YUV | 166.92 | 36.06 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 4 | 0 | 0.24 | 0.98 | 0.13 | 45.48 | 0.96 | 0.45 |
| Hex | DF | AA | 4 | 0 | 18 | 62 | D | 2D | 60 | 2D |
| Octal | 337 | 252 | 4 | 0 | 30 | 142 | 15 | 55 | 140 | 55 |
| Binary | 11011111 | 10101010 | 100 | 0 | 11000 | 1100010 | 1101 | 101101 | 1100000 | 101101 |
Color Harmonies of #DFAA04
Complementary color
Monochromatic Colors of #DFAA04
Black with #DFAA04
Text Example
Text Example
White with #DFAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA04; }
p { color: rgb(223,170,4); }
H1.HeaderClassName
{
color: #DFAA04;
}
.AnyTagClassName
{
color: #DFAA04;
}
</style>
background-color css
<style>
a { background-color: #DFAA04; }
a { background-color: rgb(223,170,4); }
div.DivClassName
{
background-color: #DFAA04;
}
.BgClassName
{
background-color: #DFAA04;
}
</style>
border-color css
<style>
span { border-color: #DFAA04; }
span { border-color: rgb(223,170,4); }
td.TdClassName
{
border-color: #DFAA04;
}
.TagClassName
{
border-color: #DFAA04;
}
</style>