Shades of Gamboge #DD9913
Tints of Gamboge #DD9913
RGB
CMYK
RGB Variations
Color information
#DD9913 (or 0xDD9913) is known color: Gamboge. HEX triplet: DD, 99 and 13. RGB value is (221,153,19). Sum of RGB (Red+Green+Blue) = 221+153+19=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9913 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9913 is #2266EC. Grayscale: #9E9E9E. Windows color (decimal): -2254573 or 1284573. OLE color: 1284573.
HSL color Cylindrical-coordinate representation of color #DD9913: hue angle of 39.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD9913 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 19 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.13 |
| HSL | 39.8º | 0.84% | 0.47% | - |
| HSV(B) | 39.8º | 0.91% | 0.87% | - |
| XYZ | 41.33 | 38.2 | 5.81 | - |
| YUV | 158.06 | 49.53 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 19 | 0 | 0.31 | 0.91 | 0.13 | 39.8 | 0.84 | 0.47 |
| Hex | DD | 99 | 13 | 0 | 1F | 5B | D | 28 | 54 | 2F |
| Octal | 335 | 231 | 23 | 0 | 37 | 133 | 15 | 50 | 124 | 57 |
| Binary | 11011101 | 10011001 | 10011 | 0 | 11111 | 1011011 | 1101 | 101000 | 1010100 | 101111 |
Color Harmonies of #DD9913
Complementary color
Monochromatic Colors of #DD9913
Black with #DD9913
Text Example
Text Example
White with #DD9913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9913; }
p { color: rgb(221,153,19); }
H1.HeaderClassName
{
color: #DD9913;
}
.AnyTagClassName
{
color: #DD9913;
}
</style>
background-color css
<style>
a { background-color: #DD9913; }
a { background-color: rgb(221,153,19); }
div.DivClassName
{
background-color: #DD9913;
}
.BgClassName
{
background-color: #DD9913;
}
</style>
border-color css
<style>
span { border-color: #DD9913; }
span { border-color: rgb(221,153,19); }
td.TdClassName
{
border-color: #DD9913;
}
.TagClassName
{
border-color: #DD9913;
}
</style>