Shades of Gamboge #DD9912
Tints of Gamboge #DD9912
RGB
CMYK
RGB Variations
Color information
#DD9912 (or 0xDD9912) is known color: Gamboge. HEX triplet: DD, 99 and 12. RGB value is (221,153,18). Sum of RGB (Red+Green+Blue) = 221+153+18=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 18 (7.42% from 255 or 4.59% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9912 is #2266ED. Grayscale: #9E9E9E. Windows color (decimal): -2254574 or 1219037. OLE color: 1219037.
HSL color Cylindrical-coordinate representation of color #DD9912: hue angle of 39.9º degrees, saturation: 0.85, 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 #DD9912 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.13 |
| HSL | 39.9º | 0.85% | 0.47% | - |
| HSV(B) | 39.9º | 0.92% | 0.87% | - |
| XYZ | 41.32 | 38.2 | 5.77 | - |
| YUV | 157.94 | 49.03 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 18 | 0 | 0.31 | 0.92 | 0.13 | 39.9 | 0.85 | 0.47 |
| Hex | DD | 99 | 12 | 0 | 1F | 5C | D | 28 | 55 | 2F |
| Octal | 335 | 231 | 22 | 0 | 37 | 134 | 15 | 50 | 125 | 57 |
| Binary | 11011101 | 10011001 | 10010 | 0 | 11111 | 1011100 | 1101 | 101000 | 1010101 | 101111 |
Color Harmonies of #DD9912
Complementary color
Monochromatic Colors of #DD9912
Black with #DD9912
Text Example
Text Example
White with #DD9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9912; }
p { color: rgb(221,153,18); }
H1.HeaderClassName
{
color: #DD9912;
}
.AnyTagClassName
{
color: #DD9912;
}
</style>
background-color css
<style>
a { background-color: #DD9912; }
a { background-color: rgb(221,153,18); }
div.DivClassName
{
background-color: #DD9912;
}
.BgClassName
{
background-color: #DD9912;
}
</style>
border-color css
<style>
span { border-color: #DD9912; }
span { border-color: rgb(221,153,18); }
td.TdClassName
{
border-color: #DD9912;
}
.TagClassName
{
border-color: #DD9912;
}
</style>