Shades of Gamboge #DD9500
Tints of Gamboge #DD9500
RGB
CMYK
RGB Variations
Color information
#DD9500 (or 0xDD9500) is known color: Gamboge. HEX triplet: DD, 95 and 00. RGB value is (221,149,0). Sum of RGB (Red+Green+Blue) = 221+149+0=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 149 (58.59% from 255 or 40.27% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9500 is #226AFF. Grayscale: #9A9A9A. Windows color (decimal): -2255616 or 38365. OLE color: 38365.
HSL color Cylindrical-coordinate representation of color #DD9500: hue angle of 40.45º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD9500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.13 |
| HSL | 40.45º | 1% | 0.43% | - |
| HSV(B) | 40.45º | 1% | 0.87% | - |
| XYZ | 40.57 | 36.87 | 4.98 | - |
| YUV | 153.54 | 41.35 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 0 | 0 | 0.33 | 1 | 0.13 | 40.45 | 1 | 0.43 |
| Hex | DD | 95 | 0 | 0 | 21 | 64 | D | 28 | 64 | 2B |
| Octal | 335 | 225 | 0 | 0 | 41 | 144 | 15 | 50 | 144 | 53 |
| Binary | 11011101 | 10010101 | 0 | 0 | 100001 | 1100100 | 1101 | 101000 | 1100100 | 101011 |
Color Harmonies of #DD9500
Complementary color
Monochromatic Colors of #DD9500
Black with #DD9500
Text Example
Text Example
White with #DD9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9500; }
p { color: rgb(221,149,0); }
H1.HeaderClassName
{
color: #DD9500;
}
.AnyTagClassName
{
color: #DD9500;
}
</style>
background-color css
<style>
a { background-color: #DD9500; }
a { background-color: rgb(221,149,0); }
div.DivClassName
{
background-color: #DD9500;
}
.BgClassName
{
background-color: #DD9500;
}
</style>
border-color css
<style>
span { border-color: #DD9500; }
span { border-color: rgb(221,149,0); }
td.TdClassName
{
border-color: #DD9500;
}
.TagClassName
{
border-color: #DD9500;
}
</style>