Shades of Gamboge #DD970D
Tints of Gamboge #DD970D
RGB
CMYK
RGB Variations
Color information
#DD970D (or 0xDD970D) is known color: Gamboge. HEX triplet: DD, 97 and 0D. RGB value is (221,151,13). Sum of RGB (Red+Green+Blue) = 221+151+13=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD970D is #2268F2. Grayscale: #9C9C9C. Windows color (decimal): -2255091 or 890845. OLE color: 890845.
HSL color Cylindrical-coordinate representation of color #DD970D: hue angle of 39.81º 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 #DD970D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.13 |
| HSL | 39.81º | 0.89% | 0.46% | - |
| HSV(B) | 39.81º | 0.94% | 0.87% | - |
| XYZ | 40.96 | 37.53 | 5.47 | - |
| YUV | 156.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 13 | 0 | 0.32 | 0.94 | 0.13 | 39.81 | 0.89 | 0.46 |
| Hex | DD | 97 | D | 0 | 20 | 5E | D | 28 | 59 | 2E |
| Octal | 335 | 227 | 15 | 0 | 40 | 136 | 15 | 50 | 131 | 56 |
| Binary | 11011101 | 10010111 | 1101 | 0 | 100000 | 1011110 | 1101 | 101000 | 1011001 | 101110 |
Color Harmonies of #DD970D
Complementary color
Monochromatic Colors of #DD970D
Black with #DD970D
Text Example
Text Example
White with #DD970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD970D; }
p { color: rgb(221,151,13); }
H1.HeaderClassName
{
color: #DD970D;
}
.AnyTagClassName
{
color: #DD970D;
}
</style>
background-color css
<style>
a { background-color: #DD970D; }
a { background-color: rgb(221,151,13); }
div.DivClassName
{
background-color: #DD970D;
}
.BgClassName
{
background-color: #DD970D;
}
</style>
border-color css
<style>
span { border-color: #DD970D; }
span { border-color: rgb(221,151,13); }
td.TdClassName
{
border-color: #DD970D;
}
.TagClassName
{
border-color: #DD970D;
}
</style>