Shades of Gamboge #DD9E08
Tints of Gamboge #DD9E08
RGB
CMYK
RGB Variations
Color information
#DD9E08 (or 0xDD9E08) is known color: Gamboge. HEX triplet: DD, 9E and 08. RGB value is (221,158,8). Sum of RGB (Red+Green+Blue) = 221+158+8=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 158 (62.11% from 255 or 40.83% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9E08 is #2261F7. Grayscale: #A0A0A0. Windows color (decimal): -2253304 or 564957. OLE color: 564957.
HSL color Cylindrical-coordinate representation of color #DD9E08: hue angle of 42.25º 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 #DD9E08 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.13 |
| HSL | 42.25º | 0.93% | 0.45% | - |
| HSV(B) | 42.25º | 0.96% | 0.87% | - |
| XYZ | 42.09 | 39.84 | 5.7 | - |
| YUV | 159.74 | 42.37 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 8 | 0 | 0.29 | 0.96 | 0.13 | 42.25 | 0.93 | 0.45 |
| Hex | DD | 9E | 8 | 0 | 1D | 60 | D | 2A | 5D | 2D |
| Octal | 335 | 236 | 10 | 0 | 35 | 140 | 15 | 52 | 135 | 55 |
| Binary | 11011101 | 10011110 | 1000 | 0 | 11101 | 1100000 | 1101 | 101010 | 1011101 | 101101 |
Color Harmonies of #DD9E08
Complementary color
Monochromatic Colors of #DD9E08
Black with #DD9E08
Text Example
Text Example
White with #DD9E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E08; }
p { color: rgb(221,158,8); }
H1.HeaderClassName
{
color: #DD9E08;
}
.AnyTagClassName
{
color: #DD9E08;
}
</style>
background-color css
<style>
a { background-color: #DD9E08; }
a { background-color: rgb(221,158,8); }
div.DivClassName
{
background-color: #DD9E08;
}
.BgClassName
{
background-color: #DD9E08;
}
</style>
border-color css
<style>
span { border-color: #DD9E08; }
span { border-color: rgb(221,158,8); }
td.TdClassName
{
border-color: #DD9E08;
}
.TagClassName
{
border-color: #DD9E08;
}
</style>