Shades of Gamboge #DD9B04
Tints of Gamboge #DD9B04
RGB
CMYK
RGB Variations
Color information
#DD9B04 (or 0xDD9B04) is known color: Gamboge. HEX triplet: DD, 9B and 04. RGB value is (221,155,4). Sum of RGB (Red+Green+Blue) = 221+155+4=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B04 is #2264FB. Grayscale: #9E9E9E. Windows color (decimal): -2254076 or 302045. OLE color: 302045.
HSL color Cylindrical-coordinate representation of color #DD9B04: hue angle of 41.75º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9B04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.13 |
| HSL | 41.75º | 0.96% | 0.44% | - |
| HSV(B) | 41.75º | 0.98% | 0.87% | - |
| XYZ | 41.56 | 38.82 | 5.42 | - |
| YUV | 157.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 4 | 0 | 0.30 | 0.98 | 0.13 | 41.75 | 0.96 | 0.44 |
| Hex | DD | 9B | 4 | 0 | 1E | 62 | D | 2A | 60 | 2C |
| Octal | 335 | 233 | 4 | 0 | 36 | 142 | 15 | 52 | 140 | 54 |
| Binary | 11011101 | 10011011 | 100 | 0 | 11110 | 1100010 | 1101 | 101010 | 1100000 | 101100 |
Color Harmonies of #DD9B04
Complementary color
Monochromatic Colors of #DD9B04
Black with #DD9B04
Text Example
Text Example
White with #DD9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B04; }
p { color: rgb(221,155,4); }
H1.HeaderClassName
{
color: #DD9B04;
}
.AnyTagClassName
{
color: #DD9B04;
}
</style>
background-color css
<style>
a { background-color: #DD9B04; }
a { background-color: rgb(221,155,4); }
div.DivClassName
{
background-color: #DD9B04;
}
.BgClassName
{
background-color: #DD9B04;
}
</style>
border-color css
<style>
span { border-color: #DD9B04; }
span { border-color: rgb(221,155,4); }
td.TdClassName
{
border-color: #DD9B04;
}
.TagClassName
{
border-color: #DD9B04;
}
</style>