Shades of Gamboge #DD8D13
Tints of Gamboge #DD8D13
RGB
CMYK
RGB Variations
Color information
#DD8D13 (or 0xDD8D13) is known color: Gamboge. HEX triplet: DD, 8D and 13. RGB value is (221,141,19). Sum of RGB (Red+Green+Blue) = 221+141+19=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D13 is #2272EC. Grayscale: #979797. Windows color (decimal): -2257645 or 1281501. OLE color: 1281501.
HSL color Cylindrical-coordinate representation of color #DD8D13: hue angle of 36.24º 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 #DD8D13 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.13 |
| HSL | 36.24º | 0.84% | 0.47% | - |
| HSV(B) | 36.24º | 0.91% | 0.87% | - |
| XYZ | 39.46 | 34.47 | 5.19 | - |
| YUV | 151.01 | 53.5 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 19 | 0 | 0.36 | 0.91 | 0.13 | 36.24 | 0.84 | 0.47 |
| Hex | DD | 8D | 13 | 0 | 24 | 5B | D | 24 | 54 | 2F |
| Octal | 335 | 215 | 23 | 0 | 44 | 133 | 15 | 44 | 124 | 57 |
| Binary | 11011101 | 10001101 | 10011 | 0 | 100100 | 1011011 | 1101 | 100100 | 1010100 | 101111 |
Color Harmonies of #DD8D13
Complementary color
Monochromatic Colors of #DD8D13
Black with #DD8D13
Text Example
Text Example
White with #DD8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D13; }
p { color: rgb(221,141,19); }
H1.HeaderClassName
{
color: #DD8D13;
}
.AnyTagClassName
{
color: #DD8D13;
}
</style>
background-color css
<style>
a { background-color: #DD8D13; }
a { background-color: rgb(221,141,19); }
div.DivClassName
{
background-color: #DD8D13;
}
.BgClassName
{
background-color: #DD8D13;
}
</style>
border-color css
<style>
span { border-color: #DD8D13; }
span { border-color: rgb(221,141,19); }
td.TdClassName
{
border-color: #DD8D13;
}
.TagClassName
{
border-color: #DD8D13;
}
</style>