Shades of Gamboge #DD910E
Tints of Gamboge #DD910E
RGB
CMYK
RGB Variations
Color information
#DD910E (or 0xDD910E) is known color: Gamboge. HEX triplet: DD, 91 and 0E. RGB value is (221,145,14). Sum of RGB (Red+Green+Blue) = 221+145+14=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910E is #226EF1. Grayscale: #999999. Windows color (decimal): -2256626 or 954845. OLE color: 954845.
HSL color Cylindrical-coordinate representation of color #DD910E: hue angle of 37.97º 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 #DD910E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.13 |
| HSL | 37.97º | 0.88% | 0.46% | - |
| HSV(B) | 37.97º | 0.94% | 0.87% | - |
| XYZ | 40.02 | 35.65 | 5.19 | - |
| YUV | 152.79 | 49.68 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 14 | 0 | 0.34 | 0.94 | 0.13 | 37.97 | 0.88 | 0.46 |
| Hex | DD | 91 | E | 0 | 22 | 5E | D | 26 | 58 | 2E |
| Octal | 335 | 221 | 16 | 0 | 42 | 136 | 15 | 46 | 130 | 56 |
| Binary | 11011101 | 10010001 | 1110 | 0 | 100010 | 1011110 | 1101 | 100110 | 1011000 | 101110 |
Color Harmonies of #DD910E
Complementary color
Monochromatic Colors of #DD910E
Black with #DD910E
Text Example
Text Example
White with #DD910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD910E; }
p { color: rgb(221,145,14); }
H1.HeaderClassName
{
color: #DD910E;
}
.AnyTagClassName
{
color: #DD910E;
}
</style>
background-color css
<style>
a { background-color: #DD910E; }
a { background-color: rgb(221,145,14); }
div.DivClassName
{
background-color: #DD910E;
}
.BgClassName
{
background-color: #DD910E;
}
</style>
border-color css
<style>
span { border-color: #DD910E; }
span { border-color: rgb(221,145,14); }
td.TdClassName
{
border-color: #DD910E;
}
.TagClassName
{
border-color: #DD910E;
}
</style>