Shades of Gamboge #DD8410
Tints of Gamboge #DD8410
RGB
CMYK
RGB Variations
Color information
#DD8410 (or 0xDD8410) is known color: Gamboge. HEX triplet: DD, 84 and 10. RGB value is (221,132,16). Sum of RGB (Red+Green+Blue) = 221+132+16=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8410 is #227BEF. Grayscale: #919191. Windows color (decimal): -2259952 or 1082589. OLE color: 1082589.
HSL color Cylindrical-coordinate representation of color #DD8410: hue angle of 33.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD8410 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 16 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.13 |
| HSL | 33.95º | 0.86% | 0.46% | - |
| HSV(B) | 33.95º | 0.93% | 0.87% | - |
| XYZ | 38.16 | 31.91 | 4.64 | - |
| YUV | 145.39 | 54.99 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 16 | 0 | 0.40 | 0.93 | 0.13 | 33.95 | 0.86 | 0.46 |
| Hex | DD | 84 | 10 | 0 | 28 | 5D | D | 22 | 56 | 2E |
| Octal | 335 | 204 | 20 | 0 | 50 | 135 | 15 | 42 | 126 | 56 |
| Binary | 11011101 | 10000100 | 10000 | 0 | 101000 | 1011101 | 1101 | 100010 | 1010110 | 101110 |
Color Harmonies of #DD8410
Complementary color
Monochromatic Colors of #DD8410
Black with #DD8410
Text Example
Text Example
White with #DD8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8410; }
p { color: rgb(221,132,16); }
H1.HeaderClassName
{
color: #DD8410;
}
.AnyTagClassName
{
color: #DD8410;
}
</style>
background-color css
<style>
a { background-color: #DD8410; }
a { background-color: rgb(221,132,16); }
div.DivClassName
{
background-color: #DD8410;
}
.BgClassName
{
background-color: #DD8410;
}
</style>
border-color css
<style>
span { border-color: #DD8410; }
span { border-color: rgb(221,132,16); }
td.TdClassName
{
border-color: #DD8410;
}
.TagClassName
{
border-color: #DD8410;
}
</style>