Shades of Gamboge #DD9905
Tints of Gamboge #DD9905
RGB
CMYK
RGB Variations
Color information
#DD9905 (or 0xDD9905) is known color: Gamboge. HEX triplet: DD, 99 and 05. RGB value is (221,153,5). Sum of RGB (Red+Green+Blue) = 221+153+5=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9905 is #2266FA. Grayscale: #9D9D9D. Windows color (decimal): -2254587 or 367069. OLE color: 367069.
HSL color Cylindrical-coordinate representation of color #DD9905: hue angle of 41.11º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9905 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.13 |
| HSL | 41.11º | 0.96% | 0.44% | - |
| HSV(B) | 41.11º | 0.98% | 0.87% | - |
| XYZ | 41.24 | 38.17 | 5.34 | - |
| YUV | 156.46 | 42.53 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 5 | 0 | 0.31 | 0.98 | 0.13 | 41.11 | 0.96 | 0.44 |
| Hex | DD | 99 | 5 | 0 | 1F | 62 | D | 29 | 60 | 2C |
| Octal | 335 | 231 | 5 | 0 | 37 | 142 | 15 | 51 | 140 | 54 |
| Binary | 11011101 | 10011001 | 101 | 0 | 11111 | 1100010 | 1101 | 101001 | 1100000 | 101100 |
Color Harmonies of #DD9905
Complementary color
Monochromatic Colors of #DD9905
Black with #DD9905
Text Example
Text Example
White with #DD9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9905; }
p { color: rgb(221,153,5); }
H1.HeaderClassName
{
color: #DD9905;
}
.AnyTagClassName
{
color: #DD9905;
}
</style>
background-color css
<style>
a { background-color: #DD9905; }
a { background-color: rgb(221,153,5); }
div.DivClassName
{
background-color: #DD9905;
}
.BgClassName
{
background-color: #DD9905;
}
</style>
border-color css
<style>
span { border-color: #DD9905; }
span { border-color: rgb(221,153,5); }
td.TdClassName
{
border-color: #DD9905;
}
.TagClassName
{
border-color: #DD9905;
}
</style>