Shades of Gamboge #DF9914
Tints of Gamboge #DF9914
RGB
CMYK
RGB Variations
Color information
#DF9914 (or 0xDF9914) is known color: Gamboge. HEX triplet: DF, 99 and 14. RGB value is (223,153,20). Sum of RGB (Red+Green+Blue) = 223+153+20=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9914 is #2066EB. Grayscale: #9F9F9F. Windows color (decimal): -2123500 or 1350111. OLE color: 1350111.
HSL color Cylindrical-coordinate representation of color #DF9914: hue angle of 39.31º 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 #DF9914 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.13 |
| HSL | 39.31º | 0.84% | 0.48% | - |
| HSV(B) | 39.31º | 0.91% | 0.87% | - |
| XYZ | 41.95 | 38.52 | 5.89 | - |
| YUV | 158.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 20 | 0 | 0.31 | 0.91 | 0.13 | 39.31 | 0.84 | 0.48 |
| Hex | DF | 99 | 14 | 0 | 1F | 5B | D | 27 | 54 | 30 |
| Octal | 337 | 231 | 24 | 0 | 37 | 133 | 15 | 47 | 124 | 60 |
| Binary | 11011111 | 10011001 | 10100 | 0 | 11111 | 1011011 | 1101 | 100111 | 1010100 | 110000 |
Color Harmonies of #DF9914
Complementary color
Monochromatic Colors of #DF9914
Black with #DF9914
Text Example
Text Example
White with #DF9914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9914; }
p { color: rgb(223,153,20); }
H1.HeaderClassName
{
color: #DF9914;
}
.AnyTagClassName
{
color: #DF9914;
}
</style>
background-color css
<style>
a { background-color: #DF9914; }
a { background-color: rgb(223,153,20); }
div.DivClassName
{
background-color: #DF9914;
}
.BgClassName
{
background-color: #DF9914;
}
</style>
border-color css
<style>
span { border-color: #DF9914; }
span { border-color: rgb(223,153,20); }
td.TdClassName
{
border-color: #DF9914;
}
.TagClassName
{
border-color: #DF9914;
}
</style>