Shades of Gamboge #DFAA01
Tints of Gamboge #DFAA01
RGB
CMYK
RGB Variations
Color information
#DFAA01 (or 0xDFAA01) is known color: Gamboge. HEX triplet: DF, AA and 01. RGB value is (223,170,1). Sum of RGB (Red+Green+Blue) = 223+170+1=394 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.60% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA01 is #2055FE. Grayscale: #A7A7A7. Windows color (decimal): -2119167 or 109279. OLE color: 109279.
HSL color Cylindrical-coordinate representation of color #DFAA01: hue angle of 45.68º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFAA01 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.13 |
| HSL | 45.68º | 0.99% | 0.44% | - |
| HSV(B) | 45.68º | 1% | 0.87% | - |
| XYZ | 44.81 | 44.44 | 6.24 | - |
| YUV | 166.58 | 34.56 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 1 | 0 | 0.24 | 1.00 | 0.13 | 45.68 | 0.99 | 0.44 |
| Hex | DF | AA | 1 | 0 | 18 | 64 | D | 2E | 63 | 2C |
| Octal | 337 | 252 | 1 | 0 | 30 | 144 | 15 | 56 | 143 | 54 |
| Binary | 11011111 | 10101010 | 1 | 0 | 11000 | 1100100 | 1101 | 101110 | 1100011 | 101100 |
Color Harmonies of #DFAA01
Complementary color
Monochromatic Colors of #DFAA01
Black with #DFAA01
Text Example
Text Example
White with #DFAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA01; }
p { color: rgb(223,170,1); }
H1.HeaderClassName
{
color: #DFAA01;
}
.AnyTagClassName
{
color: #DFAA01;
}
</style>
background-color css
<style>
a { background-color: #DFAA01; }
a { background-color: rgb(223,170,1); }
div.DivClassName
{
background-color: #DFAA01;
}
.BgClassName
{
background-color: #DFAA01;
}
</style>
border-color css
<style>
span { border-color: #DFAA01; }
span { border-color: rgb(223,170,1); }
td.TdClassName
{
border-color: #DFAA01;
}
.TagClassName
{
border-color: #DFAA01;
}
</style>