Shades of Gamboge #DD960D
Tints of Gamboge #DD960D
RGB
CMYK
RGB Variations
Color information
#DD960D (or 0xDD960D) is known color: Gamboge. HEX triplet: DD, 96 and 0D. RGB value is (221,150,13). Sum of RGB (Red+Green+Blue) = 221+150+13=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD960D is #2269F2. Grayscale: #9C9C9C. Windows color (decimal): -2255347 or 890589. OLE color: 890589.
HSL color Cylindrical-coordinate representation of color #DD960D: hue angle of 39.52º 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 #DD960D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.13 |
| HSL | 39.52º | 0.89% | 0.46% | - |
| HSV(B) | 39.52º | 0.94% | 0.87% | - |
| XYZ | 40.8 | 37.21 | 5.41 | - |
| YUV | 155.61 | 47.52 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 13 | 0 | 0.32 | 0.94 | 0.13 | 39.52 | 0.89 | 0.46 |
| Hex | DD | 96 | D | 0 | 20 | 5E | D | 28 | 59 | 2E |
| Octal | 335 | 226 | 15 | 0 | 40 | 136 | 15 | 50 | 131 | 56 |
| Binary | 11011101 | 10010110 | 1101 | 0 | 100000 | 1011110 | 1101 | 101000 | 1011001 | 101110 |
Color Harmonies of #DD960D
Complementary color
Monochromatic Colors of #DD960D
Black with #DD960D
Text Example
Text Example
White with #DD960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD960D; }
p { color: rgb(221,150,13); }
H1.HeaderClassName
{
color: #DD960D;
}
.AnyTagClassName
{
color: #DD960D;
}
</style>
background-color css
<style>
a { background-color: #DD960D; }
a { background-color: rgb(221,150,13); }
div.DivClassName
{
background-color: #DD960D;
}
.BgClassName
{
background-color: #DD960D;
}
</style>
border-color css
<style>
span { border-color: #DD960D; }
span { border-color: rgb(221,150,13); }
td.TdClassName
{
border-color: #DD960D;
}
.TagClassName
{
border-color: #DD960D;
}
</style>