Shades of Gamboge #DD9510
Tints of Gamboge #DD9510
RGB
CMYK
RGB Variations
Color information
#DD9510 (or 0xDD9510) is known color: Gamboge. HEX triplet: DD, 95 and 10. RGB value is (221,149,16). Sum of RGB (Red+Green+Blue) = 221+149+16=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9510 is #226AEF. Grayscale: #9B9B9B. Windows color (decimal): -2255600 or 1086941. OLE color: 1086941.
HSL color Cylindrical-coordinate representation of color #DD9510: hue angle of 38.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD9510 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 16 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.13 |
| HSL | 38.93º | 0.86% | 0.46% | - |
| HSV(B) | 38.93º | 0.93% | 0.87% | - |
| XYZ | 40.66 | 36.9 | 5.47 | - |
| YUV | 155.37 | 49.35 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 16 | 0 | 0.33 | 0.93 | 0.13 | 38.93 | 0.86 | 0.46 |
| Hex | DD | 95 | 10 | 0 | 21 | 5D | D | 27 | 56 | 2E |
| Octal | 335 | 225 | 20 | 0 | 41 | 135 | 15 | 47 | 126 | 56 |
| Binary | 11011101 | 10010101 | 10000 | 0 | 100001 | 1011101 | 1101 | 100111 | 1010110 | 101110 |
Color Harmonies of #DD9510
Complementary color
Monochromatic Colors of #DD9510
Black with #DD9510
Text Example
Text Example
White with #DD9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9510; }
p { color: rgb(221,149,16); }
H1.HeaderClassName
{
color: #DD9510;
}
.AnyTagClassName
{
color: #DD9510;
}
</style>
background-color css
<style>
a { background-color: #DD9510; }
a { background-color: rgb(221,149,16); }
div.DivClassName
{
background-color: #DD9510;
}
.BgClassName
{
background-color: #DD9510;
}
</style>
border-color css
<style>
span { border-color: #DD9510; }
span { border-color: rgb(221,149,16); }
td.TdClassName
{
border-color: #DD9510;
}
.TagClassName
{
border-color: #DD9510;
}
</style>