Shades of Gamboge #DD850D
Tints of Gamboge #DD850D
RGB
CMYK
RGB Variations
Color information
#DD850D (or 0xDD850D) is known color: Gamboge. HEX triplet: DD, 85 and 0D. RGB value is (221,133,13). Sum of RGB (Red+Green+Blue) = 221+133+13=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD850D is #227AF2. Grayscale: #929292. Windows color (decimal): -2259699 or 886237. OLE color: 886237.
HSL color Cylindrical-coordinate representation of color #DD850D: hue angle of 34.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD850D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.13 |
| HSL | 34.62º | 0.89% | 0.46% | - |
| HSV(B) | 34.62º | 0.94% | 0.87% | - |
| XYZ | 38.28 | 32.18 | 4.57 | - |
| YUV | 145.63 | 53.15 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 13 | 0 | 0.40 | 0.94 | 0.13 | 34.62 | 0.89 | 0.46 |
| Hex | DD | 85 | D | 0 | 28 | 5E | D | 23 | 59 | 2E |
| Octal | 335 | 205 | 15 | 0 | 50 | 136 | 15 | 43 | 131 | 56 |
| Binary | 11011101 | 10000101 | 1101 | 0 | 101000 | 1011110 | 1101 | 100011 | 1011001 | 101110 |
Color Harmonies of #DD850D
Complementary color
Monochromatic Colors of #DD850D
Black with #DD850D
Text Example
Text Example
White with #DD850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD850D; }
p { color: rgb(221,133,13); }
H1.HeaderClassName
{
color: #DD850D;
}
.AnyTagClassName
{
color: #DD850D;
}
</style>
background-color css
<style>
a { background-color: #DD850D; }
a { background-color: rgb(221,133,13); }
div.DivClassName
{
background-color: #DD850D;
}
.BgClassName
{
background-color: #DD850D;
}
</style>
border-color css
<style>
span { border-color: #DD850D; }
span { border-color: rgb(221,133,13); }
td.TdClassName
{
border-color: #DD850D;
}
.TagClassName
{
border-color: #DD850D;
}
</style>