Shades of Gamboge #DD9113
Tints of Gamboge #DD9113
RGB
CMYK
RGB Variations
Color information
#DD9113 (or 0xDD9113) is known color: Gamboge. HEX triplet: DD, 91 and 13. RGB value is (221,145,19). Sum of RGB (Red+Green+Blue) = 221+145+19=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD9113 is #226EEC. Grayscale: #999999. Windows color (decimal): -2256621 or 1282525. OLE color: 1282525.
HSL color Cylindrical-coordinate representation of color #DD9113: hue angle of 37.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD9113 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 19 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.13 |
| HSL | 37.43º | 0.84% | 0.47% | - |
| HSV(B) | 37.43º | 0.91% | 0.87% | - |
| XYZ | 40.06 | 35.67 | 5.39 | - |
| YUV | 153.36 | 52.18 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 19 | 0 | 0.34 | 0.91 | 0.13 | 37.43 | 0.84 | 0.47 |
| Hex | DD | 91 | 13 | 0 | 22 | 5B | D | 25 | 54 | 2F |
| Octal | 335 | 221 | 23 | 0 | 42 | 133 | 15 | 45 | 124 | 57 |
| Binary | 11011101 | 10010001 | 10011 | 0 | 100010 | 1011011 | 1101 | 100101 | 1010100 | 101111 |
Color Harmonies of #DD9113
Complementary color
Monochromatic Colors of #DD9113
Black with #DD9113
Text Example
Text Example
White with #DD9113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9113; }
p { color: rgb(221,145,19); }
H1.HeaderClassName
{
color: #DD9113;
}
.AnyTagClassName
{
color: #DD9113;
}
</style>
background-color css
<style>
a { background-color: #DD9113; }
a { background-color: rgb(221,145,19); }
div.DivClassName
{
background-color: #DD9113;
}
.BgClassName
{
background-color: #DD9113;
}
</style>
border-color css
<style>
span { border-color: #DD9113; }
span { border-color: rgb(221,145,19); }
td.TdClassName
{
border-color: #DD9113;
}
.TagClassName
{
border-color: #DD9113;
}
</style>