Shades of Gamboge #DD8613
Tints of Gamboge #DD8613
RGB
CMYK
RGB Variations
Color information
#DD8613 (or 0xDD8613) is known color: Gamboge. HEX triplet: DD, 86 and 13. RGB value is (221,134,19). Sum of RGB (Red+Green+Blue) = 221+134+19=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8613 is #2279EC. Grayscale: #939393. Windows color (decimal): -2259437 or 1279709. OLE color: 1279709.
HSL color Cylindrical-coordinate representation of color #DD8613: hue angle of 34.16º 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 #DD8613 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.13 |
| HSL | 34.16º | 0.84% | 0.47% | - |
| HSV(B) | 34.16º | 0.91% | 0.87% | - |
| XYZ | 38.46 | 32.47 | 4.86 | - |
| YUV | 146.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 19 | 0 | 0.39 | 0.91 | 0.13 | 34.16 | 0.84 | 0.47 |
| Hex | DD | 86 | 13 | 0 | 27 | 5B | D | 22 | 54 | 2F |
| Octal | 335 | 206 | 23 | 0 | 47 | 133 | 15 | 42 | 124 | 57 |
| Binary | 11011101 | 10000110 | 10011 | 0 | 100111 | 1011011 | 1101 | 100010 | 1010100 | 101111 |
Color Harmonies of #DD8613
Complementary color
Monochromatic Colors of #DD8613
Black with #DD8613
Text Example
Text Example
White with #DD8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8613; }
p { color: rgb(221,134,19); }
H1.HeaderClassName
{
color: #DD8613;
}
.AnyTagClassName
{
color: #DD8613;
}
</style>
background-color css
<style>
a { background-color: #DD8613; }
a { background-color: rgb(221,134,19); }
div.DivClassName
{
background-color: #DD8613;
}
.BgClassName
{
background-color: #DD8613;
}
</style>
border-color css
<style>
span { border-color: #DD8613; }
span { border-color: rgb(221,134,19); }
td.TdClassName
{
border-color: #DD8613;
}
.TagClassName
{
border-color: #DD8613;
}
</style>