Shades of Gamboge #DFAA0B
Tints of Gamboge #DFAA0B
RGB
CMYK
RGB Variations
Color information
#DFAA0B (or 0xDFAA0B) is known color: Gamboge. HEX triplet: DF, AA and 0B. RGB value is (223,170,11). Sum of RGB (Red+Green+Blue) = 223+170+11=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA0B is #2055F4. Grayscale: #A8A8A8. Windows color (decimal): -2119157 or 764639. OLE color: 764639.
HSL color Cylindrical-coordinate representation of color #DFAA0B: hue angle of 45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFAA0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 170 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.13 |
| HSL | 45º | 0.91% | 0.46% | - |
| HSV(B) | 45º | 0.95% | 0.87% | - |
| XYZ | 44.87 | 44.46 | 6.53 | - |
| YUV | 167.72 | 39.56 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 11 | 0 | 0.24 | 0.95 | 0.13 | 45 | 0.91 | 0.46 |
| Hex | DF | AA | B | 0 | 18 | 5F | D | 2D | 5B | 2E |
| Octal | 337 | 252 | 13 | 0 | 30 | 137 | 15 | 55 | 133 | 56 |
| Binary | 11011111 | 10101010 | 1011 | 0 | 11000 | 1011111 | 1101 | 101101 | 1011011 | 101110 |
Color Harmonies of #DFAA0B
Complementary color
Monochromatic Colors of #DFAA0B
Black with #DFAA0B
Text Example
Text Example
White with #DFAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAA0B; }
p { color: rgb(223,170,11); }
H1.HeaderClassName
{
color: #DFAA0B;
}
.AnyTagClassName
{
color: #DFAA0B;
}
</style>
background-color css
<style>
a { background-color: #DFAA0B; }
a { background-color: rgb(223,170,11); }
div.DivClassName
{
background-color: #DFAA0B;
}
.BgClassName
{
background-color: #DFAA0B;
}
</style>
border-color css
<style>
span { border-color: #DFAA0B; }
span { border-color: rgb(223,170,11); }
td.TdClassName
{
border-color: #DFAA0B;
}
.TagClassName
{
border-color: #DFAA0B;
}
</style>