Shades of Gamboge #DD9704
Tints of Gamboge #DD9704
RGB
CMYK
RGB Variations
Color information
#DD9704 (or 0xDD9704) is known color: Gamboge. HEX triplet: DD, 97 and 04. RGB value is (221,151,4). Sum of RGB (Red+Green+Blue) = 221+151+4=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9704 is #2268FB. Grayscale: #9B9B9B. Windows color (decimal): -2255100 or 301021. OLE color: 301021.
HSL color Cylindrical-coordinate representation of color #DD9704: hue angle of 40.65º 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 #DD9704 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 4 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.13 |
| HSL | 40.65º | 0.96% | 0.44% | - |
| HSV(B) | 40.65º | 0.98% | 0.87% | - |
| XYZ | 40.91 | 37.51 | 5.2 | - |
| YUV | 155.17 | 42.69 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 4 | 0 | 0.32 | 0.98 | 0.13 | 40.65 | 0.96 | 0.44 |
| Hex | DD | 97 | 4 | 0 | 20 | 62 | D | 29 | 60 | 2C |
| Octal | 335 | 227 | 4 | 0 | 40 | 142 | 15 | 51 | 140 | 54 |
| Binary | 11011101 | 10010111 | 100 | 0 | 100000 | 1100010 | 1101 | 101001 | 1100000 | 101100 |
Color Harmonies of #DD9704
Complementary color
Monochromatic Colors of #DD9704
Black with #DD9704
Text Example
Text Example
White with #DD9704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9704; }
p { color: rgb(221,151,4); }
H1.HeaderClassName
{
color: #DD9704;
}
.AnyTagClassName
{
color: #DD9704;
}
</style>
background-color css
<style>
a { background-color: #DD9704; }
a { background-color: rgb(221,151,4); }
div.DivClassName
{
background-color: #DD9704;
}
.BgClassName
{
background-color: #DD9704;
}
</style>
border-color css
<style>
span { border-color: #DD9704; }
span { border-color: rgb(221,151,4); }
td.TdClassName
{
border-color: #DD9704;
}
.TagClassName
{
border-color: #DD9704;
}
</style>