Shades of Gamboge #DD9908
Tints of Gamboge #DD9908
RGB
CMYK
RGB Variations
Color information
#DD9908 (or 0xDD9908) is known color: Gamboge. HEX triplet: DD, 99 and 08. RGB value is (221,153,8). Sum of RGB (Red+Green+Blue) = 221+153+8=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9908 is #2266F7. Grayscale: #9D9D9D. Windows color (decimal): -2254584 or 563677. OLE color: 563677.
HSL color Cylindrical-coordinate representation of color #DD9908: hue angle of 40.85º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD9908 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.13 |
| HSL | 40.85º | 0.93% | 0.45% | - |
| HSV(B) | 40.85º | 0.96% | 0.87% | - |
| XYZ | 41.25 | 38.17 | 5.42 | - |
| YUV | 156.8 | 44.03 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 8 | 0 | 0.31 | 0.96 | 0.13 | 40.85 | 0.93 | 0.45 |
| Hex | DD | 99 | 8 | 0 | 1F | 60 | D | 29 | 5D | 2D |
| Octal | 335 | 231 | 10 | 0 | 37 | 140 | 15 | 51 | 135 | 55 |
| Binary | 11011101 | 10011001 | 1000 | 0 | 11111 | 1100000 | 1101 | 101001 | 1011101 | 101101 |
Color Harmonies of #DD9908
Complementary color
Monochromatic Colors of #DD9908
Black with #DD9908
Text Example
Text Example
White with #DD9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9908; }
p { color: rgb(221,153,8); }
H1.HeaderClassName
{
color: #DD9908;
}
.AnyTagClassName
{
color: #DD9908;
}
</style>
background-color css
<style>
a { background-color: #DD9908; }
a { background-color: rgb(221,153,8); }
div.DivClassName
{
background-color: #DD9908;
}
.BgClassName
{
background-color: #DD9908;
}
</style>
border-color css
<style>
span { border-color: #DD9908; }
span { border-color: rgb(221,153,8); }
td.TdClassName
{
border-color: #DD9908;
}
.TagClassName
{
border-color: #DD9908;
}
</style>