Shades of Gamboge #DFAA12
Tints of Gamboge #DFAA12
RGB
CMYK
RGB Variations
Color information
#DFAA12 (or 0xDFAA12) is known color: Gamboge. HEX triplet: DF, AA and 12. RGB value is (223,170,18). Sum of RGB (Red+Green+Blue) = 223+170+18=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA12 is #2055ED. Grayscale: #A9A9A9. Windows color (decimal): -2119150 or 1223391. OLE color: 1223391.
HSL color Cylindrical-coordinate representation of color #DFAA12: hue angle of 44.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DFAA12 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 18 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.13 |
| HSL | 44.49º | 0.85% | 0.47% | - |
| HSV(B) | 44.49º | 0.92% | 0.87% | - |
| XYZ | 44.92 | 44.48 | 6.79 | - |
| YUV | 168.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 18 | 0 | 0.24 | 0.92 | 0.13 | 44.49 | 0.85 | 0.47 |
| Hex | DF | AA | 12 | 0 | 18 | 5C | D | 2C | 55 | 2F |
| Octal | 337 | 252 | 22 | 0 | 30 | 134 | 15 | 54 | 125 | 57 |
| Binary | 11011111 | 10101010 | 10010 | 0 | 11000 | 1011100 | 1101 | 101100 | 1010101 | 101111 |
Color Harmonies of #DFAA12
Complementary color
Monochromatic Colors of #DFAA12
Black with #DFAA12
Text Example
Text Example
White with #DFAA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA12; }
p { color: rgb(223,170,18); }
H1.HeaderClassName
{
color: #DFAA12;
}
.AnyTagClassName
{
color: #DFAA12;
}
</style>
background-color css
<style>
a { background-color: #DFAA12; }
a { background-color: rgb(223,170,18); }
div.DivClassName
{
background-color: #DFAA12;
}
.BgClassName
{
background-color: #DFAA12;
}
</style>
border-color css
<style>
span { border-color: #DFAA12; }
span { border-color: rgb(223,170,18); }
td.TdClassName
{
border-color: #DFAA12;
}
.TagClassName
{
border-color: #DFAA12;
}
</style>