Shades of Gamboge #DD910C
Tints of Gamboge #DD910C
RGB
CMYK
RGB Variations
Color information
#DD910C (or 0xDD910C) is known color: Gamboge. HEX triplet: DD, 91 and 0C. RGB value is (221,145,12). Sum of RGB (Red+Green+Blue) = 221+145+12=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD910C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD910C is #226EF3. Grayscale: #999999. Windows color (decimal): -2256628 or 823773. OLE color: 823773.
HSL color Cylindrical-coordinate representation of color #DD910C: hue angle of 38.18º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD910C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.13 |
| HSL | 38.18º | 0.9% | 0.46% | - |
| HSV(B) | 38.18º | 0.95% | 0.87% | - |
| XYZ | 40.01 | 35.65 | 5.12 | - |
| YUV | 152.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 12 | 0 | 0.34 | 0.95 | 0.13 | 38.18 | 0.9 | 0.46 |
| Hex | DD | 91 | C | 0 | 22 | 5F | D | 26 | 5A | 2E |
| Octal | 335 | 221 | 14 | 0 | 42 | 137 | 15 | 46 | 132 | 56 |
| Binary | 11011101 | 10010001 | 1100 | 0 | 100010 | 1011111 | 1101 | 100110 | 1011010 | 101110 |
Color Harmonies of #DD910C
Complementary color
Monochromatic Colors of #DD910C
Black with #DD910C
Text Example
Text Example
White with #DD910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD910C; }
p { color: rgb(221,145,12); }
H1.HeaderClassName
{
color: #DD910C;
}
.AnyTagClassName
{
color: #DD910C;
}
</style>
background-color css
<style>
a { background-color: #DD910C; }
a { background-color: rgb(221,145,12); }
div.DivClassName
{
background-color: #DD910C;
}
.BgClassName
{
background-color: #DD910C;
}
</style>
border-color css
<style>
span { border-color: #DD910C; }
span { border-color: rgb(221,145,12); }
td.TdClassName
{
border-color: #DD910C;
}
.TagClassName
{
border-color: #DD910C;
}
</style>