Shades of Gamboge #DF9D14
Tints of Gamboge #DF9D14
RGB
CMYK
RGB Variations
Color information
#DF9D14 (or 0xDF9D14) is known color: Gamboge. HEX triplet: DF, 9D and 14. RGB value is (223,157,20). Sum of RGB (Red+Green+Blue) = 223+157+20=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF9D14 is #2062EB. Grayscale: #A1A1A1. Windows color (decimal): -2122476 or 1351135. OLE color: 1351135.
HSL color Cylindrical-coordinate representation of color #DF9D14: hue angle of 40.49º 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 #DF9D14 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 20 | - |
| CMYK | 0 | 0.30 | 0.91 | 0.13 |
| HSL | 40.49º | 0.84% | 0.48% | - |
| HSV(B) | 40.49º | 0.91% | 0.87% | - |
| XYZ | 42.61 | 39.85 | 6.11 | - |
| YUV | 161.12 | 48.37 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 20 | 0 | 0.30 | 0.91 | 0.13 | 40.49 | 0.84 | 0.48 |
| Hex | DF | 9D | 14 | 0 | 1E | 5B | D | 28 | 54 | 30 |
| Octal | 337 | 235 | 24 | 0 | 36 | 133 | 15 | 50 | 124 | 60 |
| Binary | 11011111 | 10011101 | 10100 | 0 | 11110 | 1011011 | 1101 | 101000 | 1010100 | 110000 |
Color Harmonies of #DF9D14
Complementary color
Monochromatic Colors of #DF9D14
Black with #DF9D14
Text Example
Text Example
White with #DF9D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D14; }
p { color: rgb(223,157,20); }
H1.HeaderClassName
{
color: #DF9D14;
}
.AnyTagClassName
{
color: #DF9D14;
}
</style>
background-color css
<style>
a { background-color: #DF9D14; }
a { background-color: rgb(223,157,20); }
div.DivClassName
{
background-color: #DF9D14;
}
.BgClassName
{
background-color: #DF9D14;
}
</style>
border-color css
<style>
span { border-color: #DF9D14; }
span { border-color: rgb(223,157,20); }
td.TdClassName
{
border-color: #DF9D14;
}
.TagClassName
{
border-color: #DF9D14;
}
</style>