Shades of Gamboge #DD9C17
Tints of Gamboge #DD9C17
RGB
CMYK
RGB Variations
Color information
#DD9C17 (or 0xDD9C17) is known color: Gamboge. HEX triplet: DD, 9C and 17. RGB value is (221,156,23). Sum of RGB (Red+Green+Blue) = 221+156+23=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C17 is #2263E8. Grayscale: #A0A0A0. Windows color (decimal): -2253801 or 1547485. OLE color: 1547485.
HSL color Cylindrical-coordinate representation of color #DD9C17: hue angle of 40.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD9C17 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.13 |
| HSL | 40.3º | 0.81% | 0.48% | - |
| HSV(B) | 40.3º | 0.9% | 0.87% | - |
| XYZ | 41.86 | 39.21 | 6.17 | - |
| YUV | 160.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 23 | 0 | 0.29 | 0.90 | 0.13 | 40.3 | 0.81 | 0.48 |
| Hex | DD | 9C | 17 | 0 | 1D | 5A | D | 28 | 51 | 30 |
| Octal | 335 | 234 | 27 | 0 | 35 | 132 | 15 | 50 | 121 | 60 |
| Binary | 11011101 | 10011100 | 10111 | 0 | 11101 | 1011010 | 1101 | 101000 | 1010001 | 110000 |
Color Harmonies of #DD9C17
Complementary color
Monochromatic Colors of #DD9C17
Black with #DD9C17
Text Example
Text Example
White with #DD9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C17; }
p { color: rgb(221,156,23); }
H1.HeaderClassName
{
color: #DD9C17;
}
.AnyTagClassName
{
color: #DD9C17;
}
</style>
background-color css
<style>
a { background-color: #DD9C17; }
a { background-color: rgb(221,156,23); }
div.DivClassName
{
background-color: #DD9C17;
}
.BgClassName
{
background-color: #DD9C17;
}
</style>
border-color css
<style>
span { border-color: #DD9C17; }
span { border-color: rgb(221,156,23); }
td.TdClassName
{
border-color: #DD9C17;
}
.TagClassName
{
border-color: #DD9C17;
}
</style>