Shades of Gamboge #DD8905
Tints of Gamboge #DD8905
RGB
CMYK
RGB Variations
Color information
#DD8905 (or 0xDD8905) is known color: Gamboge. HEX triplet: DD, 89 and 05. RGB value is (221,137,5). Sum of RGB (Red+Green+Blue) = 221+137+5=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8905 is #2276FA. Grayscale: #939393. Windows color (decimal): -2258683 or 362973. OLE color: 362973.
HSL color Cylindrical-coordinate representation of color #DD8905: hue angle of 36.67º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD8905 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.13 |
| HSL | 36.67º | 0.96% | 0.44% | - |
| HSV(B) | 36.67º | 0.98% | 0.87% | - |
| XYZ | 38.79 | 33.27 | 4.52 | - |
| YUV | 147.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 5 | 0 | 0.38 | 0.98 | 0.13 | 36.67 | 0.96 | 0.44 |
| Hex | DD | 89 | 5 | 0 | 26 | 62 | D | 25 | 60 | 2C |
| Octal | 335 | 211 | 5 | 0 | 46 | 142 | 15 | 45 | 140 | 54 |
| Binary | 11011101 | 10001001 | 101 | 0 | 100110 | 1100010 | 1101 | 100101 | 1100000 | 101100 |
Color Harmonies of #DD8905
Complementary color
Monochromatic Colors of #DD8905
Black with #DD8905
Text Example
Text Example
White with #DD8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8905; }
p { color: rgb(221,137,5); }
H1.HeaderClassName
{
color: #DD8905;
}
.AnyTagClassName
{
color: #DD8905;
}
</style>
background-color css
<style>
a { background-color: #DD8905; }
a { background-color: rgb(221,137,5); }
div.DivClassName
{
background-color: #DD8905;
}
.BgClassName
{
background-color: #DD8905;
}
</style>
border-color css
<style>
span { border-color: #DD8905; }
span { border-color: rgb(221,137,5); }
td.TdClassName
{
border-color: #DD8905;
}
.TagClassName
{
border-color: #DD8905;
}
</style>