Shades of Gamboge #DF9A0A
Tints of Gamboge #DF9A0A
RGB
CMYK
RGB Variations
Color information
#DF9A0A (or 0xDF9A0A) is known color: Gamboge. HEX triplet: DF, 9A and 0A. RGB value is (223,154,10). Sum of RGB (Red+Green+Blue) = 223+154+10=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9A0A is #2065F5. Grayscale: #9E9E9E. Windows color (decimal): -2123254 or 695007. OLE color: 695007.
HSL color Cylindrical-coordinate representation of color #DF9A0A: hue angle of 40.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF9A0A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.13 |
| HSL | 40.56º | 0.91% | 0.46% | - |
| HSV(B) | 40.56º | 0.96% | 0.87% | - |
| XYZ | 42.04 | 38.82 | 5.56 | - |
| YUV | 158.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 10 | 0 | 0.31 | 0.96 | 0.13 | 40.56 | 0.91 | 0.46 |
| Hex | DF | 9A | A | 0 | 1F | 60 | D | 29 | 5B | 2E |
| Octal | 337 | 232 | 12 | 0 | 37 | 140 | 15 | 51 | 133 | 56 |
| Binary | 11011111 | 10011010 | 1010 | 0 | 11111 | 1100000 | 1101 | 101001 | 1011011 | 101110 |
Color Harmonies of #DF9A0A
Complementary color
Monochromatic Colors of #DF9A0A
Black with #DF9A0A
Text Example
Text Example
White with #DF9A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9A0A; }
p { color: rgb(223,154,10); }
H1.HeaderClassName
{
color: #DF9A0A;
}
.AnyTagClassName
{
color: #DF9A0A;
}
</style>
background-color css
<style>
a { background-color: #DF9A0A; }
a { background-color: rgb(223,154,10); }
div.DivClassName
{
background-color: #DF9A0A;
}
.BgClassName
{
background-color: #DF9A0A;
}
</style>
border-color css
<style>
span { border-color: #DF9A0A; }
span { border-color: rgb(223,154,10); }
td.TdClassName
{
border-color: #DF9A0A;
}
.TagClassName
{
border-color: #DF9A0A;
}
</style>