Shades of Gamboge #DD9118
Tints of Gamboge #DD9118
RGB
CMYK
RGB Variations
Color information
#DD9118 (or 0xDD9118) is known color: Gamboge. HEX triplet: DD, 91 and 18. RGB value is (221,145,24). Sum of RGB (Red+Green+Blue) = 221+145+24=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9118 is #226EE7. Grayscale: #9A9A9A. Windows color (decimal): -2256616 or 1610205. OLE color: 1610205.
HSL color Cylindrical-coordinate representation of color #DD9118: hue angle of 36.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9118 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 24 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.13 |
| HSL | 36.85º | 0.8% | 0.48% | - |
| HSV(B) | 36.85º | 0.89% | 0.87% | - |
| XYZ | 40.11 | 35.69 | 5.64 | - |
| YUV | 153.93 | 54.68 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 24 | 0 | 0.34 | 0.89 | 0.13 | 36.85 | 0.8 | 0.48 |
| Hex | DD | 91 | 18 | 0 | 22 | 59 | D | 25 | 50 | 30 |
| Octal | 335 | 221 | 30 | 0 | 42 | 131 | 15 | 45 | 120 | 60 |
| Binary | 11011101 | 10010001 | 11000 | 0 | 100010 | 1011001 | 1101 | 100101 | 1010000 | 110000 |
Color Harmonies of #DD9118
Complementary color
Monochromatic Colors of #DD9118
Black with #DD9118
Text Example
Text Example
White with #DD9118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9118; }
p { color: rgb(221,145,24); }
H1.HeaderClassName
{
color: #DD9118;
}
.AnyTagClassName
{
color: #DD9118;
}
</style>
background-color css
<style>
a { background-color: #DD9118; }
a { background-color: rgb(221,145,24); }
div.DivClassName
{
background-color: #DD9118;
}
.BgClassName
{
background-color: #DD9118;
}
</style>
border-color css
<style>
span { border-color: #DD9118; }
span { border-color: rgb(221,145,24); }
td.TdClassName
{
border-color: #DD9118;
}
.TagClassName
{
border-color: #DD9118;
}
</style>