Shades of Gamboge #DD9910
Tints of Gamboge #DD9910
RGB
CMYK
RGB Variations
Color information
#DD9910 (or 0xDD9910) is known color: Gamboge. HEX triplet: DD, 99 and 10. RGB value is (221,153,16). Sum of RGB (Red+Green+Blue) = 221+153+16=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9910 is #2266EF. Grayscale: #9E9E9E. Windows color (decimal): -2254576 or 1087965. OLE color: 1087965.
HSL color Cylindrical-coordinate representation of color #DD9910: hue angle of 40.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9910 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 16 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.13 |
| HSL | 40.1º | 0.86% | 0.46% | - |
| HSV(B) | 40.1º | 0.93% | 0.87% | - |
| XYZ | 41.3 | 38.19 | 5.69 | - |
| YUV | 157.71 | 48.03 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 16 | 0 | 0.31 | 0.93 | 0.13 | 40.1 | 0.86 | 0.46 |
| Hex | DD | 99 | 10 | 0 | 1F | 5D | D | 28 | 56 | 2E |
| Octal | 335 | 231 | 20 | 0 | 37 | 135 | 15 | 50 | 126 | 56 |
| Binary | 11011101 | 10011001 | 10000 | 0 | 11111 | 1011101 | 1101 | 101000 | 1010110 | 101110 |
Color Harmonies of #DD9910
Complementary color
Monochromatic Colors of #DD9910
Black with #DD9910
Text Example
Text Example
White with #DD9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9910; }
p { color: rgb(221,153,16); }
H1.HeaderClassName
{
color: #DD9910;
}
.AnyTagClassName
{
color: #DD9910;
}
</style>
background-color css
<style>
a { background-color: #DD9910; }
a { background-color: rgb(221,153,16); }
div.DivClassName
{
background-color: #DD9910;
}
.BgClassName
{
background-color: #DD9910;
}
</style>
border-color css
<style>
span { border-color: #DD9910; }
span { border-color: rgb(221,153,16); }
td.TdClassName
{
border-color: #DD9910;
}
.TagClassName
{
border-color: #DD9910;
}
</style>