Shades of Gamboge #DD9B05
Tints of Gamboge #DD9B05
RGB
CMYK
RGB Variations
Color information
#DD9B05 (or 0xDD9B05) is known color: Gamboge. HEX triplet: DD, 9B and 05. RGB value is (221,155,5). Sum of RGB (Red+Green+Blue) = 221+155+5=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B05 is #2264FA. Grayscale: #9E9E9E. Windows color (decimal): -2254075 or 367581. OLE color: 367581.
HSL color Cylindrical-coordinate representation of color #DD9B05: hue angle of 41.67º 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 #DD9B05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 5 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.13 |
| HSL | 41.67º | 0.96% | 0.44% | - |
| HSV(B) | 41.67º | 0.98% | 0.87% | - |
| XYZ | 41.57 | 38.83 | 5.45 | - |
| YUV | 157.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 5 | 0 | 0.30 | 0.98 | 0.13 | 41.67 | 0.96 | 0.44 |
| Hex | DD | 9B | 5 | 0 | 1E | 62 | D | 2A | 60 | 2C |
| Octal | 335 | 233 | 5 | 0 | 36 | 142 | 15 | 52 | 140 | 54 |
| Binary | 11011101 | 10011011 | 101 | 0 | 11110 | 1100010 | 1101 | 101010 | 1100000 | 101100 |
Color Harmonies of #DD9B05
Complementary color
Monochromatic Colors of #DD9B05
Black with #DD9B05
Text Example
Text Example
White with #DD9B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B05; }
p { color: rgb(221,155,5); }
H1.HeaderClassName
{
color: #DD9B05;
}
.AnyTagClassName
{
color: #DD9B05;
}
</style>
background-color css
<style>
a { background-color: #DD9B05; }
a { background-color: rgb(221,155,5); }
div.DivClassName
{
background-color: #DD9B05;
}
.BgClassName
{
background-color: #DD9B05;
}
</style>
border-color css
<style>
span { border-color: #DD9B05; }
span { border-color: rgb(221,155,5); }
td.TdClassName
{
border-color: #DD9B05;
}
.TagClassName
{
border-color: #DD9B05;
}
</style>