Shades of Gamboge #DD9505
Tints of Gamboge #DD9505
RGB
CMYK
RGB Variations
Color information
#DD9505 (or 0xDD9505) is known color: Gamboge. HEX triplet: DD, 95 and 05. RGB value is (221,149,5). Sum of RGB (Red+Green+Blue) = 221+149+5=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9505 is #226AFA. Grayscale: #9A9A9A. Windows color (decimal): -2255611 or 366045. OLE color: 366045.
HSL color Cylindrical-coordinate representation of color #DD9505: hue angle of 40º 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 #DD9505 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 5 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.13 |
| HSL | 40º | 0.96% | 0.44% | - |
| HSV(B) | 40º | 0.98% | 0.87% | - |
| XYZ | 40.59 | 36.88 | 5.12 | - |
| YUV | 154.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 5 | 0 | 0.33 | 0.98 | 0.13 | 40 | 0.96 | 0.44 |
| Hex | DD | 95 | 5 | 0 | 21 | 62 | D | 28 | 60 | 2C |
| Octal | 335 | 225 | 5 | 0 | 41 | 142 | 15 | 50 | 140 | 54 |
| Binary | 11011101 | 10010101 | 101 | 0 | 100001 | 1100010 | 1101 | 101000 | 1100000 | 101100 |
Color Harmonies of #DD9505
Complementary color
Monochromatic Colors of #DD9505
Black with #DD9505
Text Example
Text Example
White with #DD9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9505; }
p { color: rgb(221,149,5); }
H1.HeaderClassName
{
color: #DD9505;
}
.AnyTagClassName
{
color: #DD9505;
}
</style>
background-color css
<style>
a { background-color: #DD9505; }
a { background-color: rgb(221,149,5); }
div.DivClassName
{
background-color: #DD9505;
}
.BgClassName
{
background-color: #DD9505;
}
</style>
border-color css
<style>
span { border-color: #DD9505; }
span { border-color: rgb(221,149,5); }
td.TdClassName
{
border-color: #DD9505;
}
.TagClassName
{
border-color: #DD9505;
}
</style>