Shades of Gamboge #DD9413
Tints of Gamboge #DD9413
RGB
CMYK
RGB Variations
Color information
#DD9413 (or 0xDD9413) is known color: Gamboge. HEX triplet: DD, 94 and 13. RGB value is (221,148,19). Sum of RGB (Red+Green+Blue) = 221+148+19=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9413 is #226BEC. Grayscale: #9B9B9B. Windows color (decimal): -2255853 or 1283293. OLE color: 1283293.
HSL color Cylindrical-coordinate representation of color #DD9413: hue angle of 38.32º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD9413 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.13 |
| HSL | 38.32º | 0.84% | 0.47% | - |
| HSV(B) | 38.32º | 0.91% | 0.87% | - |
| XYZ | 40.53 | 36.6 | 5.54 | - |
| YUV | 155.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 19 | 0 | 0.33 | 0.91 | 0.13 | 38.32 | 0.84 | 0.47 |
| Hex | DD | 94 | 13 | 0 | 21 | 5B | D | 26 | 54 | 2F |
| Octal | 335 | 224 | 23 | 0 | 41 | 133 | 15 | 46 | 124 | 57 |
| Binary | 11011101 | 10010100 | 10011 | 0 | 100001 | 1011011 | 1101 | 100110 | 1010100 | 101111 |
Color Harmonies of #DD9413
Complementary color
Monochromatic Colors of #DD9413
Black with #DD9413
Text Example
Text Example
White with #DD9413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9413; }
p { color: rgb(221,148,19); }
H1.HeaderClassName
{
color: #DD9413;
}
.AnyTagClassName
{
color: #DD9413;
}
</style>
background-color css
<style>
a { background-color: #DD9413; }
a { background-color: rgb(221,148,19); }
div.DivClassName
{
background-color: #DD9413;
}
.BgClassName
{
background-color: #DD9413;
}
</style>
border-color css
<style>
span { border-color: #DD9413; }
span { border-color: rgb(221,148,19); }
td.TdClassName
{
border-color: #DD9413;
}
.TagClassName
{
border-color: #DD9413;
}
</style>