Shades of Gamboge #DD9C0D
Tints of Gamboge #DD9C0D
RGB
CMYK
RGB Variations
Color information
#DD9C0D (or 0xDD9C0D) is known color: Gamboge. HEX triplet: DD, 9C and 0D. RGB value is (221,156,13). Sum of RGB (Red+Green+Blue) = 221+156+13=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9C0D is #2263F2. Grayscale: #9F9F9F. Windows color (decimal): -2253811 or 892125. OLE color: 892125.
HSL color Cylindrical-coordinate representation of color #DD9C0D: hue angle of 41.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD9C0D is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 13 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.13 |
| HSL | 41.25º | 0.89% | 0.46% | - |
| HSV(B) | 41.25º | 0.94% | 0.87% | - |
| XYZ | 41.78 | 39.18 | 5.74 | - |
| YUV | 159.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 13 | 0 | 0.29 | 0.94 | 0.13 | 41.25 | 0.89 | 0.46 |
| Hex | DD | 9C | D | 0 | 1D | 5E | D | 29 | 59 | 2E |
| Octal | 335 | 234 | 15 | 0 | 35 | 136 | 15 | 51 | 131 | 56 |
| Binary | 11011101 | 10011100 | 1101 | 0 | 11101 | 1011110 | 1101 | 101001 | 1011001 | 101110 |
Color Harmonies of #DD9C0D
Complementary color
Monochromatic Colors of #DD9C0D
Black with #DD9C0D
Text Example
Text Example
White with #DD9C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C0D; }
p { color: rgb(221,156,13); }
H1.HeaderClassName
{
color: #DD9C0D;
}
.AnyTagClassName
{
color: #DD9C0D;
}
</style>
background-color css
<style>
a { background-color: #DD9C0D; }
a { background-color: rgb(221,156,13); }
div.DivClassName
{
background-color: #DD9C0D;
}
.BgClassName
{
background-color: #DD9C0D;
}
</style>
border-color css
<style>
span { border-color: #DD9C0D; }
span { border-color: rgb(221,156,13); }
td.TdClassName
{
border-color: #DD9C0D;
}
.TagClassName
{
border-color: #DD9C0D;
}
</style>