Shades of Gamboge #DD8B11
Tints of Gamboge #DD8B11
RGB
CMYK
RGB Variations
Color information
#DD8B11 (or 0xDD8B11) is known color: Gamboge. HEX triplet: DD, 8B and 11. RGB value is (221,139,17). Sum of RGB (Red+Green+Blue) = 221+139+17=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8B11 is #2274EE. Grayscale: #969696. Windows color (decimal): -2258159 or 1149917. OLE color: 1149917.
HSL color Cylindrical-coordinate representation of color #DD8B11: hue angle of 35.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD8B11 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 17 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.13 |
| HSL | 35.88º | 0.86% | 0.47% | - |
| HSV(B) | 35.88º | 0.92% | 0.87% | - |
| XYZ | 39.15 | 33.88 | 5.01 | - |
| YUV | 149.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 17 | 0 | 0.37 | 0.92 | 0.13 | 35.88 | 0.86 | 0.47 |
| Hex | DD | 8B | 11 | 0 | 25 | 5C | D | 24 | 56 | 2F |
| Octal | 335 | 213 | 21 | 0 | 45 | 134 | 15 | 44 | 126 | 57 |
| Binary | 11011101 | 10001011 | 10001 | 0 | 100101 | 1011100 | 1101 | 100100 | 1010110 | 101111 |
Color Harmonies of #DD8B11
Complementary color
Monochromatic Colors of #DD8B11
Black with #DD8B11
Text Example
Text Example
White with #DD8B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B11; }
p { color: rgb(221,139,17); }
H1.HeaderClassName
{
color: #DD8B11;
}
.AnyTagClassName
{
color: #DD8B11;
}
</style>
background-color css
<style>
a { background-color: #DD8B11; }
a { background-color: rgb(221,139,17); }
div.DivClassName
{
background-color: #DD8B11;
}
.BgClassName
{
background-color: #DD8B11;
}
</style>
border-color css
<style>
span { border-color: #DD8B11; }
span { border-color: rgb(221,139,17); }
td.TdClassName
{
border-color: #DD8B11;
}
.TagClassName
{
border-color: #DD8B11;
}
</style>