Shades of Gamboge #DD8F0C
Tints of Gamboge #DD8F0C
RGB
CMYK
RGB Variations
Color information
#DD8F0C (or 0xDD8F0C) is known color: Gamboge. HEX triplet: DD, 8F and 0C. RGB value is (221,143,12). Sum of RGB (Red+Green+Blue) = 221+143+12=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F0C is #2270F3. Grayscale: #979797. Windows color (decimal): -2257140 or 823261. OLE color: 823261.
HSL color Cylindrical-coordinate representation of color #DD8F0C: hue angle of 37.61º 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 #DD8F0C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.13 |
| HSL | 37.61º | 0.9% | 0.46% | - |
| HSV(B) | 37.61º | 0.95% | 0.87% | - |
| XYZ | 39.71 | 35.04 | 5.02 | - |
| YUV | 151.39 | 49.34 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 12 | 0 | 0.35 | 0.95 | 0.13 | 37.61 | 0.9 | 0.46 |
| Hex | DD | 8F | C | 0 | 23 | 5F | D | 26 | 5A | 2E |
| Octal | 335 | 217 | 14 | 0 | 43 | 137 | 15 | 46 | 132 | 56 |
| Binary | 11011101 | 10001111 | 1100 | 0 | 100011 | 1011111 | 1101 | 100110 | 1011010 | 101110 |
Color Harmonies of #DD8F0C
Complementary color
Monochromatic Colors of #DD8F0C
Black with #DD8F0C
Text Example
Text Example
White with #DD8F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F0C; }
p { color: rgb(221,143,12); }
H1.HeaderClassName
{
color: #DD8F0C;
}
.AnyTagClassName
{
color: #DD8F0C;
}
</style>
background-color css
<style>
a { background-color: #DD8F0C; }
a { background-color: rgb(221,143,12); }
div.DivClassName
{
background-color: #DD8F0C;
}
.BgClassName
{
background-color: #DD8F0C;
}
</style>
border-color css
<style>
span { border-color: #DD8F0C; }
span { border-color: rgb(221,143,12); }
td.TdClassName
{
border-color: #DD8F0C;
}
.TagClassName
{
border-color: #DD8F0C;
}
</style>