Shades of Gamboge #DD8808
Tints of Gamboge #DD8808
RGB
CMYK
RGB Variations
Color information
#DD8808 (or 0xDD8808) is known color: Gamboge. HEX triplet: DD, 88 and 08. RGB value is (221,136,8). Sum of RGB (Red+Green+Blue) = 221+136+8=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8808 is #2277F7. Grayscale: #939393. Windows color (decimal): -2258936 or 559325. OLE color: 559325.
HSL color Cylindrical-coordinate representation of color #DD8808: hue angle of 36.06º 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 #DD8808 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.13 |
| HSL | 36.06º | 0.93% | 0.45% | - |
| HSV(B) | 36.06º | 0.96% | 0.87% | - |
| XYZ | 38.67 | 33 | 4.56 | - |
| YUV | 146.82 | 49.66 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 8 | 0 | 0.38 | 0.96 | 0.13 | 36.06 | 0.93 | 0.45 |
| Hex | DD | 88 | 8 | 0 | 26 | 60 | D | 24 | 5D | 2D |
| Octal | 335 | 210 | 10 | 0 | 46 | 140 | 15 | 44 | 135 | 55 |
| Binary | 11011101 | 10001000 | 1000 | 0 | 100110 | 1100000 | 1101 | 100100 | 1011101 | 101101 |
Color Harmonies of #DD8808
Complementary color
Monochromatic Colors of #DD8808
Black with #DD8808
Text Example
Text Example
White with #DD8808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8808; }
p { color: rgb(221,136,8); }
H1.HeaderClassName
{
color: #DD8808;
}
.AnyTagClassName
{
color: #DD8808;
}
</style>
background-color css
<style>
a { background-color: #DD8808; }
a { background-color: rgb(221,136,8); }
div.DivClassName
{
background-color: #DD8808;
}
.BgClassName
{
background-color: #DD8808;
}
</style>
border-color css
<style>
span { border-color: #DD8808; }
span { border-color: rgb(221,136,8); }
td.TdClassName
{
border-color: #DD8808;
}
.TagClassName
{
border-color: #DD8808;
}
</style>