Shades of Gamboge #DD9202
Tints of Gamboge #DD9202
RGB
CMYK
RGB Variations
Color information
#DD9202 (or 0xDD9202) is known color: Gamboge. HEX triplet: DD, 92 and 02. RGB value is (221,146,2). Sum of RGB (Red+Green+Blue) = 221+146+2=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9202 is #226DFD. Grayscale: #989898. Windows color (decimal): -2256382 or 168669. OLE color: 168669.
HSL color Cylindrical-coordinate representation of color #DD9202: hue angle of 39.45º 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 #DD9202 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.13 |
| HSL | 39.45º | 0.98% | 0.44% | - |
| HSV(B) | 39.45º | 0.99% | 0.87% | - |
| XYZ | 40.11 | 35.93 | 4.88 | - |
| YUV | 152.01 | 43.35 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 2 | 0 | 0.34 | 0.99 | 0.13 | 39.45 | 0.98 | 0.44 |
| Hex | DD | 92 | 2 | 0 | 22 | 63 | D | 27 | 62 | 2C |
| Octal | 335 | 222 | 2 | 0 | 42 | 143 | 15 | 47 | 142 | 54 |
| Binary | 11011101 | 10010010 | 10 | 0 | 100010 | 1100011 | 1101 | 100111 | 1100010 | 101100 |
Color Harmonies of #DD9202
Complementary color
Monochromatic Colors of #DD9202
Black with #DD9202
Text Example
Text Example
White with #DD9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9202; }
p { color: rgb(221,146,2); }
H1.HeaderClassName
{
color: #DD9202;
}
.AnyTagClassName
{
color: #DD9202;
}
</style>
background-color css
<style>
a { background-color: #DD9202; }
a { background-color: rgb(221,146,2); }
div.DivClassName
{
background-color: #DD9202;
}
.BgClassName
{
background-color: #DD9202;
}
</style>
border-color css
<style>
span { border-color: #DD9202; }
span { border-color: rgb(221,146,2); }
td.TdClassName
{
border-color: #DD9202;
}
.TagClassName
{
border-color: #DD9202;
}
</style>