Shades of Gamboge #DD8E13
Tints of Gamboge #DD8E13
RGB
CMYK
RGB Variations
Color information
#DD8E13 (or 0xDD8E13) is known color: Gamboge. HEX triplet: DD, 8E and 13. RGB value is (221,142,19). Sum of RGB (Red+Green+Blue) = 221+142+19=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8E13 is #2271EC. Grayscale: #989898. Windows color (decimal): -2257389 or 1281757. OLE color: 1281757.
HSL color Cylindrical-coordinate representation of color #DD8E13: hue angle of 36.53º 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 #DD8E13 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 142 | 19 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.13 |
| HSL | 36.53º | 0.84% | 0.47% | - |
| HSV(B) | 36.53º | 0.91% | 0.87% | - |
| XYZ | 39.61 | 34.77 | 5.24 | - |
| YUV | 151.6 | 53.17 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 19 | 0 | 0.36 | 0.91 | 0.13 | 36.53 | 0.84 | 0.47 |
| Hex | DD | 8E | 13 | 0 | 24 | 5B | D | 25 | 54 | 2F |
| Octal | 335 | 216 | 23 | 0 | 44 | 133 | 15 | 45 | 124 | 57 |
| Binary | 11011101 | 10001110 | 10011 | 0 | 100100 | 1011011 | 1101 | 100101 | 1010100 | 101111 |
Color Harmonies of #DD8E13
Complementary color
Monochromatic Colors of #DD8E13
Black with #DD8E13
Text Example
Text Example
White with #DD8E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8E13; }
p { color: rgb(221,142,19); }
H1.HeaderClassName
{
color: #DD8E13;
}
.AnyTagClassName
{
color: #DD8E13;
}
</style>
background-color css
<style>
a { background-color: #DD8E13; }
a { background-color: rgb(221,142,19); }
div.DivClassName
{
background-color: #DD8E13;
}
.BgClassName
{
background-color: #DD8E13;
}
</style>
border-color css
<style>
span { border-color: #DD8E13; }
span { border-color: rgb(221,142,19); }
td.TdClassName
{
border-color: #DD8E13;
}
.TagClassName
{
border-color: #DD8E13;
}
</style>