Shades of Gamboge #DFAA07
Tints of Gamboge #DFAA07
RGB
CMYK
RGB Variations
Color information
#DFAA07 (or 0xDFAA07) is known color: Gamboge. HEX triplet: DF, AA and 07. RGB value is (223,170,7). Sum of RGB (Red+Green+Blue) = 223+170+7=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA07 is #2055F8. Grayscale: #A7A7A7. Windows color (decimal): -2119161 or 502495. OLE color: 502495.
HSL color Cylindrical-coordinate representation of color #DFAA07: hue angle of 45.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DFAA07 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 7 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.13 |
| HSL | 45.28º | 0.94% | 0.45% | - |
| HSV(B) | 45.28º | 0.97% | 0.87% | - |
| XYZ | 44.84 | 44.45 | 6.42 | - |
| YUV | 167.27 | 37.56 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 7 | 0 | 0.24 | 0.97 | 0.13 | 45.28 | 0.94 | 0.45 |
| Hex | DF | AA | 7 | 0 | 18 | 61 | D | 2D | 5E | 2D |
| Octal | 337 | 252 | 7 | 0 | 30 | 141 | 15 | 55 | 136 | 55 |
| Binary | 11011111 | 10101010 | 111 | 0 | 11000 | 1100001 | 1101 | 101101 | 1011110 | 101101 |
Color Harmonies of #DFAA07
Complementary color
Monochromatic Colors of #DFAA07
Black with #DFAA07
Text Example
Text Example
White with #DFAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA07; }
p { color: rgb(223,170,7); }
H1.HeaderClassName
{
color: #DFAA07;
}
.AnyTagClassName
{
color: #DFAA07;
}
</style>
background-color css
<style>
a { background-color: #DFAA07; }
a { background-color: rgb(223,170,7); }
div.DivClassName
{
background-color: #DFAA07;
}
.BgClassName
{
background-color: #DFAA07;
}
</style>
border-color css
<style>
span { border-color: #DFAA07; }
span { border-color: rgb(223,170,7); }
td.TdClassName
{
border-color: #DFAA07;
}
.TagClassName
{
border-color: #DFAA07;
}
</style>