Shades of Gamboge #DD9200
Tints of Gamboge #DD9200
RGB
CMYK
RGB Variations
Color information
#DD9200 (or 0xDD9200) is known color: Gamboge. HEX triplet: DD, 92 and 00. RGB value is (221,146,0). Sum of RGB (Red+Green+Blue) = 221+146+0=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9200 is #226DFF. Grayscale: #989898. Windows color (decimal): -2256384 or 37597. OLE color: 37597.
HSL color Cylindrical-coordinate representation of color #DD9200: hue angle of 39.64º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD9200 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.13 |
| HSL | 39.64º | 1% | 0.43% | - |
| HSV(B) | 39.64º | 1% | 0.87% | - |
| XYZ | 40.1 | 35.93 | 4.82 | - |
| YUV | 151.78 | 42.35 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 0 | 0 | 0.34 | 1 | 0.13 | 39.64 | 1 | 0.43 |
| Hex | DD | 92 | 0 | 0 | 22 | 64 | D | 28 | 64 | 2B |
| Octal | 335 | 222 | 0 | 0 | 42 | 144 | 15 | 50 | 144 | 53 |
| Binary | 11011101 | 10010010 | 0 | 0 | 100010 | 1100100 | 1101 | 101000 | 1100100 | 101011 |
Color Harmonies of #DD9200
Complementary color
Monochromatic Colors of #DD9200
Black with #DD9200
Text Example
Text Example
White with #DD9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9200; }
p { color: rgb(221,146,0); }
H1.HeaderClassName
{
color: #DD9200;
}
.AnyTagClassName
{
color: #DD9200;
}
</style>
background-color css
<style>
a { background-color: #DD9200; }
a { background-color: rgb(221,146,0); }
div.DivClassName
{
background-color: #DD9200;
}
.BgClassName
{
background-color: #DD9200;
}
</style>
border-color css
<style>
span { border-color: #DD9200; }
span { border-color: rgb(221,146,0); }
td.TdClassName
{
border-color: #DD9200;
}
.TagClassName
{
border-color: #DD9200;
}
</style>