Shades of Gamboge #DD9409
Tints of Gamboge #DD9409
RGB
CMYK
RGB Variations
Color information
#DD9409 (or 0xDD9409) is known color: Gamboge. HEX triplet: DD, 94 and 09. RGB value is (221,148,9). Sum of RGB (Red+Green+Blue) = 221+148+9=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9409 is #226BF6. Grayscale: #9A9A9A. Windows color (decimal): -2255863 or 627933. OLE color: 627933.
HSL color Cylindrical-coordinate representation of color #DD9409: hue angle of 39.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD9409 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 9 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.13 |
| HSL | 39.34º | 0.92% | 0.45% | - |
| HSV(B) | 39.34º | 0.96% | 0.87% | - |
| XYZ | 40.46 | 36.57 | 5.19 | - |
| YUV | 153.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 9 | 0 | 0.33 | 0.96 | 0.13 | 39.34 | 0.92 | 0.45 |
| Hex | DD | 94 | 9 | 0 | 21 | 60 | D | 27 | 5C | 2D |
| Octal | 335 | 224 | 11 | 0 | 41 | 140 | 15 | 47 | 134 | 55 |
| Binary | 11011101 | 10010100 | 1001 | 0 | 100001 | 1100000 | 1101 | 100111 | 1011100 | 101101 |
Color Harmonies of #DD9409
Complementary color
Monochromatic Colors of #DD9409
Black with #DD9409
Text Example
Text Example
White with #DD9409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9409; }
p { color: rgb(221,148,9); }
H1.HeaderClassName
{
color: #DD9409;
}
.AnyTagClassName
{
color: #DD9409;
}
</style>
background-color css
<style>
a { background-color: #DD9409; }
a { background-color: rgb(221,148,9); }
div.DivClassName
{
background-color: #DD9409;
}
.BgClassName
{
background-color: #DD9409;
}
</style>
border-color css
<style>
span { border-color: #DD9409; }
span { border-color: rgb(221,148,9); }
td.TdClassName
{
border-color: #DD9409;
}
.TagClassName
{
border-color: #DD9409;
}
</style>