Shades of Gamboge #DD9418
Tints of Gamboge #DD9418
RGB
CMYK
RGB Variations
Color information
#DD9418 (or 0xDD9418) is known color: Gamboge. HEX triplet: DD, 94 and 18. RGB value is (221,148,24). Sum of RGB (Red+Green+Blue) = 221+148+24=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9418 is #226BE7. Grayscale: #9C9C9C. Windows color (decimal): -2255848 or 1610973. OLE color: 1610973.
HSL color Cylindrical-coordinate representation of color #DD9418: hue angle of 37.77º 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 #DD9418 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 24 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.13 |
| HSL | 37.77º | 0.8% | 0.48% | - |
| HSV(B) | 37.77º | 0.89% | 0.87% | - |
| XYZ | 40.57 | 36.62 | 5.79 | - |
| YUV | 155.69 | 53.68 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 24 | 0 | 0.33 | 0.89 | 0.13 | 37.77 | 0.8 | 0.48 |
| Hex | DD | 94 | 18 | 0 | 21 | 59 | D | 26 | 50 | 30 |
| Octal | 335 | 224 | 30 | 0 | 41 | 131 | 15 | 46 | 120 | 60 |
| Binary | 11011101 | 10010100 | 11000 | 0 | 100001 | 1011001 | 1101 | 100110 | 1010000 | 110000 |
Color Harmonies of #DD9418
Complementary color
Monochromatic Colors of #DD9418
Black with #DD9418
Text Example
Text Example
White with #DD9418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9418; }
p { color: rgb(221,148,24); }
H1.HeaderClassName
{
color: #DD9418;
}
.AnyTagClassName
{
color: #DD9418;
}
</style>
background-color css
<style>
a { background-color: #DD9418; }
a { background-color: rgb(221,148,24); }
div.DivClassName
{
background-color: #DD9418;
}
.BgClassName
{
background-color: #DD9418;
}
</style>
border-color css
<style>
span { border-color: #DD9418; }
span { border-color: rgb(221,148,24); }
td.TdClassName
{
border-color: #DD9418;
}
.TagClassName
{
border-color: #DD9418;
}
</style>