Shades of Gamboge #DD8C16
Tints of Gamboge #DD8C16
RGB
CMYK
RGB Variations
Color information
#DD8C16 (or 0xDD8C16) is known color: Gamboge. HEX triplet: DD, 8C and 16. RGB value is (221,140,22). Sum of RGB (Red+Green+Blue) = 221+140+22=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C16 is #2273E9. Grayscale: #979797. Windows color (decimal): -2257898 or 1477853. OLE color: 1477853.
HSL color Cylindrical-coordinate representation of color #DD8C16: hue angle of 35.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8C16 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 22 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.13 |
| HSL | 35.58º | 0.82% | 0.48% | - |
| HSV(B) | 35.58º | 0.9% | 0.87% | - |
| XYZ | 39.34 | 34.19 | 5.28 | - |
| YUV | 150.77 | 55.34 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 22 | 0 | 0.37 | 0.90 | 0.13 | 35.58 | 0.82 | 0.48 |
| Hex | DD | 8C | 16 | 0 | 25 | 5A | D | 24 | 52 | 30 |
| Octal | 335 | 214 | 26 | 0 | 45 | 132 | 15 | 44 | 122 | 60 |
| Binary | 11011101 | 10001100 | 10110 | 0 | 100101 | 1011010 | 1101 | 100100 | 1010010 | 110000 |
Color Harmonies of #DD8C16
Complementary color
Monochromatic Colors of #DD8C16
Black with #DD8C16
Text Example
Text Example
White with #DD8C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C16; }
p { color: rgb(221,140,22); }
H1.HeaderClassName
{
color: #DD8C16;
}
.AnyTagClassName
{
color: #DD8C16;
}
</style>
background-color css
<style>
a { background-color: #DD8C16; }
a { background-color: rgb(221,140,22); }
div.DivClassName
{
background-color: #DD8C16;
}
.BgClassName
{
background-color: #DD8C16;
}
</style>
border-color css
<style>
span { border-color: #DD8C16; }
span { border-color: rgb(221,140,22); }
td.TdClassName
{
border-color: #DD8C16;
}
.TagClassName
{
border-color: #DD8C16;
}
</style>