Shades of Gamboge #DD9715
Tints of Gamboge #DD9715
RGB
CMYK
RGB Variations
Color information
#DD9715 (or 0xDD9715) is known color: Gamboge. HEX triplet: DD, 97 and 15. RGB value is (221,151,21). Sum of RGB (Red+Green+Blue) = 221+151+21=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9715 is #2268EA. Grayscale: #9D9D9D. Windows color (decimal): -2255083 or 1415133. OLE color: 1415133.
HSL color Cylindrical-coordinate representation of color #DD9715: hue angle of 39º 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 #DD9715 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 21 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.13 |
| HSL | 39º | 0.83% | 0.47% | - |
| HSV(B) | 39º | 0.9% | 0.87% | - |
| XYZ | 41.02 | 37.56 | 5.8 | - |
| YUV | 157.11 | 51.19 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 21 | 0 | 0.32 | 0.90 | 0.13 | 39 | 0.83 | 0.47 |
| Hex | DD | 97 | 15 | 0 | 20 | 5A | D | 27 | 53 | 2F |
| Octal | 335 | 227 | 25 | 0 | 40 | 132 | 15 | 47 | 123 | 57 |
| Binary | 11011101 | 10010111 | 10101 | 0 | 100000 | 1011010 | 1101 | 100111 | 1010011 | 101111 |
Color Harmonies of #DD9715
Complementary color
Monochromatic Colors of #DD9715
Black with #DD9715
Text Example
Text Example
White with #DD9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9715; }
p { color: rgb(221,151,21); }
H1.HeaderClassName
{
color: #DD9715;
}
.AnyTagClassName
{
color: #DD9715;
}
</style>
background-color css
<style>
a { background-color: #DD9715; }
a { background-color: rgb(221,151,21); }
div.DivClassName
{
background-color: #DD9715;
}
.BgClassName
{
background-color: #DD9715;
}
</style>
border-color css
<style>
span { border-color: #DD9715; }
span { border-color: rgb(221,151,21); }
td.TdClassName
{
border-color: #DD9715;
}
.TagClassName
{
border-color: #DD9715;
}
</style>