Shades of Gamboge #DD9B07
Tints of Gamboge #DD9B07
RGB
CMYK
RGB Variations
Color information
#DD9B07 (or 0xDD9B07) is known color: Gamboge. HEX triplet: DD, 9B and 07. RGB value is (221,155,7). Sum of RGB (Red+Green+Blue) = 221+155+7=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B07 is #2264F8. Grayscale: #9E9E9E. Windows color (decimal): -2254073 or 498653. OLE color: 498653.
HSL color Cylindrical-coordinate representation of color #DD9B07: hue angle of 41.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD9B07 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 7 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.13 |
| HSL | 41.5º | 0.94% | 0.45% | - |
| HSV(B) | 41.5º | 0.97% | 0.87% | - |
| XYZ | 41.58 | 38.83 | 5.5 | - |
| YUV | 157.86 | 42.87 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 7 | 0 | 0.30 | 0.97 | 0.13 | 41.5 | 0.94 | 0.45 |
| Hex | DD | 9B | 7 | 0 | 1E | 61 | D | 29 | 5E | 2D |
| Octal | 335 | 233 | 7 | 0 | 36 | 141 | 15 | 51 | 136 | 55 |
| Binary | 11011101 | 10011011 | 111 | 0 | 11110 | 1100001 | 1101 | 101001 | 1011110 | 101101 |
Color Harmonies of #DD9B07
Complementary color
Monochromatic Colors of #DD9B07
Black with #DD9B07
Text Example
Text Example
White with #DD9B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B07; }
p { color: rgb(221,155,7); }
H1.HeaderClassName
{
color: #DD9B07;
}
.AnyTagClassName
{
color: #DD9B07;
}
</style>
background-color css
<style>
a { background-color: #DD9B07; }
a { background-color: rgb(221,155,7); }
div.DivClassName
{
background-color: #DD9B07;
}
.BgClassName
{
background-color: #DD9B07;
}
</style>
border-color css
<style>
span { border-color: #DD9B07; }
span { border-color: rgb(221,155,7); }
td.TdClassName
{
border-color: #DD9B07;
}
.TagClassName
{
border-color: #DD9B07;
}
</style>