Shades of Gamboge #DD9F0E
Tints of Gamboge #DD9F0E
RGB
CMYK
RGB Variations
Color information
#DD9F0E (or 0xDD9F0E) is known color: Gamboge. HEX triplet: DD, 9F and 0E. RGB value is (221,159,14). Sum of RGB (Red+Green+Blue) = 221+159+14=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9F0E is #2260F1. Grayscale: #A1A1A1. Windows color (decimal): -2253042 or 958429. OLE color: 958429.
HSL color Cylindrical-coordinate representation of color #DD9F0E: hue angle of 42.03º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD9F0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.13 |
| HSL | 42.03º | 0.88% | 0.46% | - |
| HSV(B) | 42.03º | 0.94% | 0.87% | - |
| XYZ | 42.3 | 40.2 | 5.95 | - |
| YUV | 161.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 14 | 0 | 0.28 | 0.94 | 0.13 | 42.03 | 0.88 | 0.46 |
| Hex | DD | 9F | E | 0 | 1C | 5E | D | 2A | 58 | 2E |
| Octal | 335 | 237 | 16 | 0 | 34 | 136 | 15 | 52 | 130 | 56 |
| Binary | 11011101 | 10011111 | 1110 | 0 | 11100 | 1011110 | 1101 | 101010 | 1011000 | 101110 |
Color Harmonies of #DD9F0E
Complementary color
Monochromatic Colors of #DD9F0E
Black with #DD9F0E
Text Example
Text Example
White with #DD9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9F0E; }
p { color: rgb(221,159,14); }
H1.HeaderClassName
{
color: #DD9F0E;
}
.AnyTagClassName
{
color: #DD9F0E;
}
</style>
background-color css
<style>
a { background-color: #DD9F0E; }
a { background-color: rgb(221,159,14); }
div.DivClassName
{
background-color: #DD9F0E;
}
.BgClassName
{
background-color: #DD9F0E;
}
</style>
border-color css
<style>
span { border-color: #DD9F0E; }
span { border-color: rgb(221,159,14); }
td.TdClassName
{
border-color: #DD9F0E;
}
.TagClassName
{
border-color: #DD9F0E;
}
</style>