Shades of Gamboge #DD9612
Tints of Gamboge #DD9612
RGB
CMYK
RGB Variations
Color information
#DD9612 (or 0xDD9612) is known color: Gamboge. HEX triplet: DD, 96 and 12. RGB value is (221,150,18). Sum of RGB (Red+Green+Blue) = 221+150+18=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9612 is #2269ED. Grayscale: #9C9C9C. Windows color (decimal): -2255342 or 1218269. OLE color: 1218269.
HSL color Cylindrical-coordinate representation of color #DD9612: hue angle of 39.01º 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 #DD9612 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.13 |
| HSL | 39.01º | 0.85% | 0.47% | - |
| HSV(B) | 39.01º | 0.92% | 0.87% | - |
| XYZ | 40.83 | 37.23 | 5.61 | - |
| YUV | 156.18 | 50.02 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 18 | 0 | 0.32 | 0.92 | 0.13 | 39.01 | 0.85 | 0.47 |
| Hex | DD | 96 | 12 | 0 | 20 | 5C | D | 27 | 55 | 2F |
| Octal | 335 | 226 | 22 | 0 | 40 | 134 | 15 | 47 | 125 | 57 |
| Binary | 11011101 | 10010110 | 10010 | 0 | 100000 | 1011100 | 1101 | 100111 | 1010101 | 101111 |
Color Harmonies of #DD9612
Complementary color
Monochromatic Colors of #DD9612
Black with #DD9612
Text Example
Text Example
White with #DD9612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9612; }
p { color: rgb(221,150,18); }
H1.HeaderClassName
{
color: #DD9612;
}
.AnyTagClassName
{
color: #DD9612;
}
</style>
background-color css
<style>
a { background-color: #DD9612; }
a { background-color: rgb(221,150,18); }
div.DivClassName
{
background-color: #DD9612;
}
.BgClassName
{
background-color: #DD9612;
}
</style>
border-color css
<style>
span { border-color: #DD9612; }
span { border-color: rgb(221,150,18); }
td.TdClassName
{
border-color: #DD9612;
}
.TagClassName
{
border-color: #DD9612;
}
</style>