Shades of Gamboge #DD9719
Tints of Gamboge #DD9719
RGB
CMYK
RGB Variations
Color information
#DD9719 (or 0xDD9719) is known color: Gamboge. HEX triplet: DD, 97 and 19. RGB value is (221,151,25). Sum of RGB (Red+Green+Blue) = 221+151+25=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9719 is #2268E6. Grayscale: #9E9E9E. Windows color (decimal): -2255079 or 1677277. OLE color: 1677277.
HSL color Cylindrical-coordinate representation of color #DD9719: hue angle of 38.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD9719 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.13 |
| HSL | 38.57º | 0.8% | 0.48% | - |
| HSV(B) | 38.57º | 0.89% | 0.87% | - |
| XYZ | 41.06 | 37.58 | 6.01 | - |
| YUV | 157.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 25 | 0 | 0.32 | 0.89 | 0.13 | 38.57 | 0.8 | 0.48 |
| Hex | DD | 97 | 19 | 0 | 20 | 59 | D | 27 | 50 | 30 |
| Octal | 335 | 227 | 31 | 0 | 40 | 131 | 15 | 47 | 120 | 60 |
| Binary | 11011101 | 10010111 | 11001 | 0 | 100000 | 1011001 | 1101 | 100111 | 1010000 | 110000 |
Color Harmonies of #DD9719
Complementary color
Monochromatic Colors of #DD9719
Black with #DD9719
Text Example
Text Example
White with #DD9719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9719; }
p { color: rgb(221,151,25); }
H1.HeaderClassName
{
color: #DD9719;
}
.AnyTagClassName
{
color: #DD9719;
}
</style>
background-color css
<style>
a { background-color: #DD9719; }
a { background-color: rgb(221,151,25); }
div.DivClassName
{
background-color: #DD9719;
}
.BgClassName
{
background-color: #DD9719;
}
</style>
border-color css
<style>
span { border-color: #DD9719; }
span { border-color: rgb(221,151,25); }
td.TdClassName
{
border-color: #DD9719;
}
.TagClassName
{
border-color: #DD9719;
}
</style>