Shades of Gamboge #DD9008
Tints of Gamboge #DD9008
RGB
CMYK
RGB Variations
Color information
#DD9008 (or 0xDD9008) is known color: Gamboge. HEX triplet: DD, 90 and 08. RGB value is (221,144,8). Sum of RGB (Red+Green+Blue) = 221+144+8=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9008 is #226FF7. Grayscale: #989898. Windows color (decimal): -2256888 or 561373. OLE color: 561373.
HSL color Cylindrical-coordinate representation of color #DD9008: hue angle of 38.31º 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 #DD9008 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.13 |
| HSL | 38.31º | 0.93% | 0.45% | - |
| HSV(B) | 38.31º | 0.96% | 0.87% | - |
| XYZ | 39.84 | 35.34 | 4.95 | - |
| YUV | 151.52 | 47.01 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 8 | 0 | 0.35 | 0.96 | 0.13 | 38.31 | 0.93 | 0.45 |
| Hex | DD | 90 | 8 | 0 | 23 | 60 | D | 26 | 5D | 2D |
| Octal | 335 | 220 | 10 | 0 | 43 | 140 | 15 | 46 | 135 | 55 |
| Binary | 11011101 | 10010000 | 1000 | 0 | 100011 | 1100000 | 1101 | 100110 | 1011101 | 101101 |
Color Harmonies of #DD9008
Complementary color
Monochromatic Colors of #DD9008
Black with #DD9008
Text Example
Text Example
White with #DD9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9008; }
p { color: rgb(221,144,8); }
H1.HeaderClassName
{
color: #DD9008;
}
.AnyTagClassName
{
color: #DD9008;
}
</style>
background-color css
<style>
a { background-color: #DD9008; }
a { background-color: rgb(221,144,8); }
div.DivClassName
{
background-color: #DD9008;
}
.BgClassName
{
background-color: #DD9008;
}
</style>
border-color css
<style>
span { border-color: #DD9008; }
span { border-color: rgb(221,144,8); }
td.TdClassName
{
border-color: #DD9008;
}
.TagClassName
{
border-color: #DD9008;
}
</style>