Shades of Gamboge #DD9A15
Tints of Gamboge #DD9A15
RGB
CMYK
RGB Variations
Color information
#DD9A15 (or 0xDD9A15) is known color: Gamboge. HEX triplet: DD, 9A and 15. RGB value is (221,154,21). Sum of RGB (Red+Green+Blue) = 221+154+21=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9A15 is #2265EA. Grayscale: #9F9F9F. Windows color (decimal): -2254315 or 1415901. OLE color: 1415901.
HSL color Cylindrical-coordinate representation of color #DD9A15: hue angle of 39.9º 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 #DD9A15 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 21 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.13 |
| HSL | 39.9º | 0.83% | 0.47% | - |
| HSV(B) | 39.9º | 0.9% | 0.87% | - |
| XYZ | 41.51 | 38.54 | 5.96 | - |
| YUV | 158.87 | 50.2 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 21 | 0 | 0.30 | 0.90 | 0.13 | 39.9 | 0.83 | 0.47 |
| Hex | DD | 9A | 15 | 0 | 1E | 5A | D | 28 | 53 | 2F |
| Octal | 335 | 232 | 25 | 0 | 36 | 132 | 15 | 50 | 123 | 57 |
| Binary | 11011101 | 10011010 | 10101 | 0 | 11110 | 1011010 | 1101 | 101000 | 1010011 | 101111 |
Color Harmonies of #DD9A15
Complementary color
Monochromatic Colors of #DD9A15
Black with #DD9A15
Text Example
Text Example
White with #DD9A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A15; }
p { color: rgb(221,154,21); }
H1.HeaderClassName
{
color: #DD9A15;
}
.AnyTagClassName
{
color: #DD9A15;
}
</style>
background-color css
<style>
a { background-color: #DD9A15; }
a { background-color: rgb(221,154,21); }
div.DivClassName
{
background-color: #DD9A15;
}
.BgClassName
{
background-color: #DD9A15;
}
</style>
border-color css
<style>
span { border-color: #DD9A15; }
span { border-color: rgb(221,154,21); }
td.TdClassName
{
border-color: #DD9A15;
}
.TagClassName
{
border-color: #DD9A15;
}
</style>