Shades of Gamboge #DD9207
Tints of Gamboge #DD9207
RGB
CMYK
RGB Variations
Color information
#DD9207 (or 0xDD9207) is known color: Gamboge. HEX triplet: DD, 92 and 07. RGB value is (221,146,7). Sum of RGB (Red+Green+Blue) = 221+146+7=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9207 is #226DF8. Grayscale: #999999. Windows color (decimal): -2256377 or 496349. OLE color: 496349.
HSL color Cylindrical-coordinate representation of color #DD9207: hue angle of 38.97º 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 #DD9207 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.13 |
| HSL | 38.97º | 0.94% | 0.45% | - |
| HSV(B) | 38.97º | 0.97% | 0.87% | - |
| XYZ | 40.14 | 35.95 | 5.02 | - |
| YUV | 152.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 7 | 0 | 0.34 | 0.97 | 0.13 | 38.97 | 0.94 | 0.45 |
| Hex | DD | 92 | 7 | 0 | 22 | 61 | D | 27 | 5E | 2D |
| Octal | 335 | 222 | 7 | 0 | 42 | 141 | 15 | 47 | 136 | 55 |
| Binary | 11011101 | 10010010 | 111 | 0 | 100010 | 1100001 | 1101 | 100111 | 1011110 | 101101 |
Color Harmonies of #DD9207
Complementary color
Monochromatic Colors of #DD9207
Black with #DD9207
Text Example
Text Example
White with #DD9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9207; }
p { color: rgb(221,146,7); }
H1.HeaderClassName
{
color: #DD9207;
}
.AnyTagClassName
{
color: #DD9207;
}
</style>
background-color css
<style>
a { background-color: #DD9207; }
a { background-color: rgb(221,146,7); }
div.DivClassName
{
background-color: #DD9207;
}
.BgClassName
{
background-color: #DD9207;
}
</style>
border-color css
<style>
span { border-color: #DD9207; }
span { border-color: rgb(221,146,7); }
td.TdClassName
{
border-color: #DD9207;
}
.TagClassName
{
border-color: #DD9207;
}
</style>