Shades of Gamboge #DD9204
Tints of Gamboge #DD9204
RGB
CMYK
RGB Variations
Color information
#DD9204 (or 0xDD9204) is known color: Gamboge. HEX triplet: DD, 92 and 04. RGB value is (221,146,4). Sum of RGB (Red+Green+Blue) = 221+146+4=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9204 is #226DFB. Grayscale: #989898. Windows color (decimal): -2256380 or 299741. OLE color: 299741.
HSL color Cylindrical-coordinate representation of color #DD9204: hue angle of 39.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD9204 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 4 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.13 |
| HSL | 39.26º | 0.96% | 0.44% | - |
| HSV(B) | 39.26º | 0.98% | 0.87% | - |
| XYZ | 40.12 | 35.94 | 4.94 | - |
| YUV | 152.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 4 | 0 | 0.34 | 0.98 | 0.13 | 39.26 | 0.96 | 0.44 |
| Hex | DD | 92 | 4 | 0 | 22 | 62 | D | 27 | 60 | 2C |
| Octal | 335 | 222 | 4 | 0 | 42 | 142 | 15 | 47 | 140 | 54 |
| Binary | 11011101 | 10010010 | 100 | 0 | 100010 | 1100010 | 1101 | 100111 | 1100000 | 101100 |
Color Harmonies of #DD9204
Complementary color
Monochromatic Colors of #DD9204
Black with #DD9204
Text Example
Text Example
White with #DD9204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9204; }
p { color: rgb(221,146,4); }
H1.HeaderClassName
{
color: #DD9204;
}
.AnyTagClassName
{
color: #DD9204;
}
</style>
background-color css
<style>
a { background-color: #DD9204; }
a { background-color: rgb(221,146,4); }
div.DivClassName
{
background-color: #DD9204;
}
.BgClassName
{
background-color: #DD9204;
}
</style>
border-color css
<style>
span { border-color: #DD9204; }
span { border-color: rgb(221,146,4); }
td.TdClassName
{
border-color: #DD9204;
}
.TagClassName
{
border-color: #DD9204;
}
</style>