Shades of Gamboge #DD8D14
Tints of Gamboge #DD8D14
RGB
CMYK
RGB Variations
Color information
#DD8D14 (or 0xDD8D14) is known color: Gamboge. HEX triplet: DD, 8D and 14. RGB value is (221,141,20). Sum of RGB (Red+Green+Blue) = 221+141+20=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D14 is #2272EB. Grayscale: #979797. Windows color (decimal): -2257644 or 1347037. OLE color: 1347037.
HSL color Cylindrical-coordinate representation of color #DD8D14: hue angle of 36.12º degrees, saturation: 0.83, 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 #DD8D14 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 20 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.13 |
| HSL | 36.12º | 0.83% | 0.47% | - |
| HSV(B) | 36.12º | 0.91% | 0.87% | - |
| XYZ | 39.47 | 34.47 | 5.24 | - |
| YUV | 151.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 20 | 0 | 0.36 | 0.91 | 0.13 | 36.12 | 0.83 | 0.47 |
| Hex | DD | 8D | 14 | 0 | 24 | 5B | D | 24 | 53 | 2F |
| Octal | 335 | 215 | 24 | 0 | 44 | 133 | 15 | 44 | 123 | 57 |
| Binary | 11011101 | 10001101 | 10100 | 0 | 100100 | 1011011 | 1101 | 100100 | 1010011 | 101111 |
Color Harmonies of #DD8D14
Complementary color
Monochromatic Colors of #DD8D14
Black with #DD8D14
Text Example
Text Example
White with #DD8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D14; }
p { color: rgb(221,141,20); }
H1.HeaderClassName
{
color: #DD8D14;
}
.AnyTagClassName
{
color: #DD8D14;
}
</style>
background-color css
<style>
a { background-color: #DD8D14; }
a { background-color: rgb(221,141,20); }
div.DivClassName
{
background-color: #DD8D14;
}
.BgClassName
{
background-color: #DD8D14;
}
</style>
border-color css
<style>
span { border-color: #DD8D14; }
span { border-color: rgb(221,141,20); }
td.TdClassName
{
border-color: #DD8D14;
}
.TagClassName
{
border-color: #DD8D14;
}
</style>