Shades of Gamboge #DD9B02
Tints of Gamboge #DD9B02
RGB
CMYK
RGB Variations
Color information
#DD9B02 (or 0xDD9B02) is known color: Gamboge. HEX triplet: DD, 9B and 02. RGB value is (221,155,2). Sum of RGB (Red+Green+Blue) = 221+155+2=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9B02 is #2264FD. Grayscale: #9D9D9D. Windows color (decimal): -2254078 or 170973. OLE color: 170973.
HSL color Cylindrical-coordinate representation of color #DD9B02: hue angle of 41.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD9B02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.13 |
| HSL | 41.92º | 0.98% | 0.44% | - |
| HSV(B) | 41.92º | 0.99% | 0.87% | - |
| XYZ | 41.55 | 38.82 | 5.36 | - |
| YUV | 157.29 | 40.37 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 2 | 0 | 0.30 | 0.99 | 0.13 | 41.92 | 0.98 | 0.44 |
| Hex | DD | 9B | 2 | 0 | 1E | 63 | D | 2A | 62 | 2C |
| Octal | 335 | 233 | 2 | 0 | 36 | 143 | 15 | 52 | 142 | 54 |
| Binary | 11011101 | 10011011 | 10 | 0 | 11110 | 1100011 | 1101 | 101010 | 1100010 | 101100 |
Color Harmonies of #DD9B02
Complementary color
Monochromatic Colors of #DD9B02
Black with #DD9B02
Text Example
Text Example
White with #DD9B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B02; }
p { color: rgb(221,155,2); }
H1.HeaderClassName
{
color: #DD9B02;
}
.AnyTagClassName
{
color: #DD9B02;
}
</style>
background-color css
<style>
a { background-color: #DD9B02; }
a { background-color: rgb(221,155,2); }
div.DivClassName
{
background-color: #DD9B02;
}
.BgClassName
{
background-color: #DD9B02;
}
</style>
border-color css
<style>
span { border-color: #DD9B02; }
span { border-color: rgb(221,155,2); }
td.TdClassName
{
border-color: #DD9B02;
}
.TagClassName
{
border-color: #DD9B02;
}
</style>