Shades of Gamboge #DD9E02
Tints of Gamboge #DD9E02
RGB
CMYK
RGB Variations
Color information
#DD9E02 (or 0xDD9E02) is known color: Gamboge. HEX triplet: DD, 9E and 02. RGB value is (221,158,2). Sum of RGB (Red+Green+Blue) = 221+158+2=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9E02 is #2261FD. Grayscale: #9F9F9F. Windows color (decimal): -2253310 or 171741. OLE color: 171741.
HSL color Cylindrical-coordinate representation of color #DD9E02: hue angle of 42.74º 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 #DD9E02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 158 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.13 |
| HSL | 42.74º | 0.98% | 0.44% | - |
| HSV(B) | 42.74º | 0.99% | 0.87% | - |
| XYZ | 42.06 | 39.83 | 5.53 | - |
| YUV | 159.05 | 39.37 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 158 | 2 | 0 | 0.29 | 0.99 | 0.13 | 42.74 | 0.98 | 0.44 |
| Hex | DD | 9E | 2 | 0 | 1D | 63 | D | 2B | 62 | 2C |
| Octal | 335 | 236 | 2 | 0 | 35 | 143 | 15 | 53 | 142 | 54 |
| Binary | 11011101 | 10011110 | 10 | 0 | 11101 | 1100011 | 1101 | 101011 | 1100010 | 101100 |
Color Harmonies of #DD9E02
Complementary color
Monochromatic Colors of #DD9E02
Black with #DD9E02
Text Example
Text Example
White with #DD9E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9E02; }
p { color: rgb(221,158,2); }
H1.HeaderClassName
{
color: #DD9E02;
}
.AnyTagClassName
{
color: #DD9E02;
}
</style>
background-color css
<style>
a { background-color: #DD9E02; }
a { background-color: rgb(221,158,2); }
div.DivClassName
{
background-color: #DD9E02;
}
.BgClassName
{
background-color: #DD9E02;
}
</style>
border-color css
<style>
span { border-color: #DD9E02; }
span { border-color: rgb(221,158,2); }
td.TdClassName
{
border-color: #DD9E02;
}
.TagClassName
{
border-color: #DD9E02;
}
</style>