Shades of Gamboge #DD910D
Tints of Gamboge #DD910D
RGB
CMYK
RGB Variations
Color information
#DD910D (or 0xDD910D) is known color: Gamboge. HEX triplet: DD, 91 and 0D. RGB value is (221,145,13). Sum of RGB (Red+Green+Blue) = 221+145+13=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910D is #226EF2. Grayscale: #999999. Windows color (decimal): -2256627 or 889309. OLE color: 889309.
HSL color Cylindrical-coordinate representation of color #DD910D: hue angle of 38.08º 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 #DD910D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.13 |
| HSL | 38.08º | 0.89% | 0.46% | - |
| HSV(B) | 38.08º | 0.94% | 0.87% | - |
| XYZ | 40.02 | 35.65 | 5.15 | - |
| YUV | 152.68 | 49.18 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 13 | 0 | 0.34 | 0.94 | 0.13 | 38.08 | 0.89 | 0.46 |
| Hex | DD | 91 | D | 0 | 22 | 5E | D | 26 | 59 | 2E |
| Octal | 335 | 221 | 15 | 0 | 42 | 136 | 15 | 46 | 131 | 56 |
| Binary | 11011101 | 10010001 | 1101 | 0 | 100010 | 1011110 | 1101 | 100110 | 1011001 | 101110 |
Color Harmonies of #DD910D
Complementary color
Monochromatic Colors of #DD910D
Black with #DD910D
Text Example
Text Example
White with #DD910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD910D; }
p { color: rgb(221,145,13); }
H1.HeaderClassName
{
color: #DD910D;
}
.AnyTagClassName
{
color: #DD910D;
}
</style>
background-color css
<style>
a { background-color: #DD910D; }
a { background-color: rgb(221,145,13); }
div.DivClassName
{
background-color: #DD910D;
}
.BgClassName
{
background-color: #DD910D;
}
</style>
border-color css
<style>
span { border-color: #DD910D; }
span { border-color: rgb(221,145,13); }
td.TdClassName
{
border-color: #DD910D;
}
.TagClassName
{
border-color: #DD910D;
}
</style>