Shades of Gamboge #DD9608
Tints of Gamboge #DD9608
RGB
CMYK
RGB Variations
Color information
#DD9608 (or 0xDD9608) is known color: Gamboge. HEX triplet: DD, 96 and 08. RGB value is (221,150,8). Sum of RGB (Red+Green+Blue) = 221+150+8=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9608 is #2269F7. Grayscale: #9B9B9B. Windows color (decimal): -2255352 or 562909. OLE color: 562909.
HSL color Cylindrical-coordinate representation of color #DD9608: hue angle of 40º 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 #DD9608 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 8 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.13 |
| HSL | 40º | 0.93% | 0.45% | - |
| HSV(B) | 40º | 0.96% | 0.87% | - |
| XYZ | 40.77 | 37.2 | 5.26 | - |
| YUV | 155.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 8 | 0 | 0.32 | 0.96 | 0.13 | 40 | 0.93 | 0.45 |
| Hex | DD | 96 | 8 | 0 | 20 | 60 | D | 28 | 5D | 2D |
| Octal | 335 | 226 | 10 | 0 | 40 | 140 | 15 | 50 | 135 | 55 |
| Binary | 11011101 | 10010110 | 1000 | 0 | 100000 | 1100000 | 1101 | 101000 | 1011101 | 101101 |
Color Harmonies of #DD9608
Complementary color
Monochromatic Colors of #DD9608
Black with #DD9608
Text Example
Text Example
White with #DD9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9608; }
p { color: rgb(221,150,8); }
H1.HeaderClassName
{
color: #DD9608;
}
.AnyTagClassName
{
color: #DD9608;
}
</style>
background-color css
<style>
a { background-color: #DD9608; }
a { background-color: rgb(221,150,8); }
div.DivClassName
{
background-color: #DD9608;
}
.BgClassName
{
background-color: #DD9608;
}
</style>
border-color css
<style>
span { border-color: #DD9608; }
span { border-color: rgb(221,150,8); }
td.TdClassName
{
border-color: #DD9608;
}
.TagClassName
{
border-color: #DD9608;
}
</style>