Shades of Gamboge #DD9915
Tints of Gamboge #DD9915
RGB
CMYK
RGB Variations
Color information
#DD9915 (or 0xDD9915) is known color: Gamboge. HEX triplet: DD, 99 and 15. RGB value is (221,153,21). Sum of RGB (Red+Green+Blue) = 221+153+21=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9915 is #2266EA. Grayscale: #9E9E9E. Windows color (decimal): -2254571 or 1415645. OLE color: 1415645.
HSL color Cylindrical-coordinate representation of color #DD9915: hue angle of 39.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9915 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 21 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.13 |
| HSL | 39.6º | 0.83% | 0.47% | - |
| HSV(B) | 39.6º | 0.9% | 0.87% | - |
| XYZ | 41.35 | 38.21 | 5.91 | - |
| YUV | 158.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 21 | 0 | 0.31 | 0.90 | 0.13 | 39.6 | 0.83 | 0.47 |
| Hex | DD | 99 | 15 | 0 | 1F | 5A | D | 28 | 53 | 2F |
| Octal | 335 | 231 | 25 | 0 | 37 | 132 | 15 | 50 | 123 | 57 |
| Binary | 11011101 | 10011001 | 10101 | 0 | 11111 | 1011010 | 1101 | 101000 | 1010011 | 101111 |
Color Harmonies of #DD9915
Complementary color
Monochromatic Colors of #DD9915
Black with #DD9915
Text Example
Text Example
White with #DD9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9915; }
p { color: rgb(221,153,21); }
H1.HeaderClassName
{
color: #DD9915;
}
.AnyTagClassName
{
color: #DD9915;
}
</style>
background-color css
<style>
a { background-color: #DD9915; }
a { background-color: rgb(221,153,21); }
div.DivClassName
{
background-color: #DD9915;
}
.BgClassName
{
background-color: #DD9915;
}
</style>
border-color css
<style>
span { border-color: #DD9915; }
span { border-color: rgb(221,153,21); }
td.TdClassName
{
border-color: #DD9915;
}
.TagClassName
{
border-color: #DD9915;
}
</style>