Shades of Gamboge #DD9808
Tints of Gamboge #DD9808
RGB
CMYK
RGB Variations
Color information
#DD9808 (or 0xDD9808) is known color: Gamboge. HEX triplet: DD, 98 and 08. RGB value is (221,152,8). Sum of RGB (Red+Green+Blue) = 221+152+8=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9808 is #2267F7. Grayscale: #9C9C9C. Windows color (decimal): -2254840 or 563421. OLE color: 563421.
HSL color Cylindrical-coordinate representation of color #DD9808: hue angle of 40.56º 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 #DD9808 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 8 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.13 |
| HSL | 40.56º | 0.93% | 0.45% | - |
| HSV(B) | 40.56º | 0.96% | 0.87% | - |
| XYZ | 41.09 | 37.85 | 5.37 | - |
| YUV | 156.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 8 | 0 | 0.31 | 0.96 | 0.13 | 40.56 | 0.93 | 0.45 |
| Hex | DD | 98 | 8 | 0 | 1F | 60 | D | 29 | 5D | 2D |
| Octal | 335 | 230 | 10 | 0 | 37 | 140 | 15 | 51 | 135 | 55 |
| Binary | 11011101 | 10011000 | 1000 | 0 | 11111 | 1100000 | 1101 | 101001 | 1011101 | 101101 |
Color Harmonies of #DD9808
Complementary color
Monochromatic Colors of #DD9808
Black with #DD9808
Text Example
Text Example
White with #DD9808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9808; }
p { color: rgb(221,152,8); }
H1.HeaderClassName
{
color: #DD9808;
}
.AnyTagClassName
{
color: #DD9808;
}
</style>
background-color css
<style>
a { background-color: #DD9808; }
a { background-color: rgb(221,152,8); }
div.DivClassName
{
background-color: #DD9808;
}
.BgClassName
{
background-color: #DD9808;
}
</style>
border-color css
<style>
span { border-color: #DD9808; }
span { border-color: rgb(221,152,8); }
td.TdClassName
{
border-color: #DD9808;
}
.TagClassName
{
border-color: #DD9808;
}
</style>