Shades of Gamboge #DF9814
Tints of Gamboge #DF9814
RGB
CMYK
RGB Variations
Color information
#DF9814 (or 0xDF9814) is known color: Gamboge. HEX triplet: DF, 98 and 14. RGB value is (223,152,20). Sum of RGB (Red+Green+Blue) = 223+152+20=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9814 is #2067EB. Grayscale: #9E9E9E. Windows color (decimal): -2123756 or 1349855. OLE color: 1349855.
HSL color Cylindrical-coordinate representation of color #DF9814: hue angle of 39.01º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF9814 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 20 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.13 |
| HSL | 39.01º | 0.84% | 0.48% | - |
| HSV(B) | 39.01º | 0.91% | 0.87% | - |
| XYZ | 41.79 | 38.19 | 5.83 | - |
| YUV | 158.18 | 50.02 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 20 | 0 | 0.32 | 0.91 | 0.13 | 39.01 | 0.84 | 0.48 |
| Hex | DF | 98 | 14 | 0 | 20 | 5B | D | 27 | 54 | 30 |
| Octal | 337 | 230 | 24 | 0 | 40 | 133 | 15 | 47 | 124 | 60 |
| Binary | 11011111 | 10011000 | 10100 | 0 | 100000 | 1011011 | 1101 | 100111 | 1010100 | 110000 |
Color Harmonies of #DF9814
Complementary color
Monochromatic Colors of #DF9814
Black with #DF9814
Text Example
Text Example
White with #DF9814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9814; }
p { color: rgb(223,152,20); }
H1.HeaderClassName
{
color: #DF9814;
}
.AnyTagClassName
{
color: #DF9814;
}
</style>
background-color css
<style>
a { background-color: #DF9814; }
a { background-color: rgb(223,152,20); }
div.DivClassName
{
background-color: #DF9814;
}
.BgClassName
{
background-color: #DF9814;
}
</style>
border-color css
<style>
span { border-color: #DF9814; }
span { border-color: rgb(223,152,20); }
td.TdClassName
{
border-color: #DF9814;
}
.TagClassName
{
border-color: #DF9814;
}
</style>