Shades of Gamboge #DF990A
Tints of Gamboge #DF990A
RGB
CMYK
RGB Variations
Color information
#DF990A (or 0xDF990A) is known color: Gamboge. HEX triplet: DF, 99 and 0A. RGB value is (223,153,10). Sum of RGB (Red+Green+Blue) = 223+153+10=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF990A is #2066F5. Grayscale: #9E9E9E. Windows color (decimal): -2123510 or 694751. OLE color: 694751.
HSL color Cylindrical-coordinate representation of color #DF990A: hue angle of 40.28º 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 #DF990A is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 10 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.13 |
| HSL | 40.28º | 0.91% | 0.46% | - |
| HSV(B) | 40.28º | 0.96% | 0.87% | - |
| XYZ | 41.88 | 38.49 | 5.51 | - |
| YUV | 157.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 10 | 0 | 0.31 | 0.96 | 0.13 | 40.28 | 0.91 | 0.46 |
| Hex | DF | 99 | A | 0 | 1F | 60 | D | 28 | 5B | 2E |
| Octal | 337 | 231 | 12 | 0 | 37 | 140 | 15 | 50 | 133 | 56 |
| Binary | 11011111 | 10011001 | 1010 | 0 | 11111 | 1100000 | 1101 | 101000 | 1011011 | 101110 |
Color Harmonies of #DF990A
Complementary color
Monochromatic Colors of #DF990A
Black with #DF990A
Text Example
Text Example
White with #DF990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF990A; }
p { color: rgb(223,153,10); }
H1.HeaderClassName
{
color: #DF990A;
}
.AnyTagClassName
{
color: #DF990A;
}
</style>
background-color css
<style>
a { background-color: #DF990A; }
a { background-color: rgb(223,153,10); }
div.DivClassName
{
background-color: #DF990A;
}
.BgClassName
{
background-color: #DF990A;
}
</style>
border-color css
<style>
span { border-color: #DF990A; }
span { border-color: rgb(223,153,10); }
td.TdClassName
{
border-color: #DF990A;
}
.TagClassName
{
border-color: #DF990A;
}
</style>