Shades of Gamboge #DD9311
Tints of Gamboge #DD9311
RGB
CMYK
RGB Variations
Color information
#DD9311 (or 0xDD9311) is known color: Gamboge. HEX triplet: DD, 93 and 11. RGB value is (221,147,17). Sum of RGB (Red+Green+Blue) = 221+147+17=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9311 is #226CEE. Grayscale: #9A9A9A. Windows color (decimal): -2256111 or 1151965. OLE color: 1151965.
HSL color Cylindrical-coordinate representation of color #DD9311: hue angle of 38.24º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD9311 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 17 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.13 |
| HSL | 38.24º | 0.86% | 0.47% | - |
| HSV(B) | 38.24º | 0.92% | 0.87% | - |
| XYZ | 40.35 | 36.28 | 5.41 | - |
| YUV | 154.31 | 50.52 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 17 | 0 | 0.33 | 0.92 | 0.13 | 38.24 | 0.86 | 0.47 |
| Hex | DD | 93 | 11 | 0 | 21 | 5C | D | 26 | 56 | 2F |
| Octal | 335 | 223 | 21 | 0 | 41 | 134 | 15 | 46 | 126 | 57 |
| Binary | 11011101 | 10010011 | 10001 | 0 | 100001 | 1011100 | 1101 | 100110 | 1010110 | 101111 |
Color Harmonies of #DD9311
Complementary color
Monochromatic Colors of #DD9311
Black with #DD9311
Text Example
Text Example
White with #DD9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9311; }
p { color: rgb(221,147,17); }
H1.HeaderClassName
{
color: #DD9311;
}
.AnyTagClassName
{
color: #DD9311;
}
</style>
background-color css
<style>
a { background-color: #DD9311; }
a { background-color: rgb(221,147,17); }
div.DivClassName
{
background-color: #DD9311;
}
.BgClassName
{
background-color: #DD9311;
}
</style>
border-color css
<style>
span { border-color: #DD9311; }
span { border-color: rgb(221,147,17); }
td.TdClassName
{
border-color: #DD9311;
}
.TagClassName
{
border-color: #DD9311;
}
</style>