Shades of Gamboge #DD8B0D
Tints of Gamboge #DD8B0D
RGB
CMYK
RGB Variations
Color information
#DD8B0D (or 0xDD8B0D) is known color: Gamboge. HEX triplet: DD, 8B and 0D. RGB value is (221,139,13). Sum of RGB (Red+Green+Blue) = 221+139+13=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8B0D is #2274F2. Grayscale: #959595. Windows color (decimal): -2258163 or 887773. OLE color: 887773.
HSL color Cylindrical-coordinate representation of color #DD8B0D: hue angle of 36.35º 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 #DD8B0D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.13 |
| HSL | 36.35º | 0.89% | 0.46% | - |
| HSV(B) | 36.35º | 0.94% | 0.87% | - |
| XYZ | 39.12 | 33.87 | 4.86 | - |
| YUV | 149.15 | 51.17 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 13 | 0 | 0.37 | 0.94 | 0.13 | 36.35 | 0.89 | 0.46 |
| Hex | DD | 8B | D | 0 | 25 | 5E | D | 24 | 59 | 2E |
| Octal | 335 | 213 | 15 | 0 | 45 | 136 | 15 | 44 | 131 | 56 |
| Binary | 11011101 | 10001011 | 1101 | 0 | 100101 | 1011110 | 1101 | 100100 | 1011001 | 101110 |
Color Harmonies of #DD8B0D
Complementary color
Monochromatic Colors of #DD8B0D
Black with #DD8B0D
Text Example
Text Example
White with #DD8B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B0D; }
p { color: rgb(221,139,13); }
H1.HeaderClassName
{
color: #DD8B0D;
}
.AnyTagClassName
{
color: #DD8B0D;
}
</style>
background-color css
<style>
a { background-color: #DD8B0D; }
a { background-color: rgb(221,139,13); }
div.DivClassName
{
background-color: #DD8B0D;
}
.BgClassName
{
background-color: #DD8B0D;
}
</style>
border-color css
<style>
span { border-color: #DD8B0D; }
span { border-color: rgb(221,139,13); }
td.TdClassName
{
border-color: #DD8B0D;
}
.TagClassName
{
border-color: #DD8B0D;
}
</style>