Shades of Gamboge #DD8F16
Tints of Gamboge #DD8F16
RGB
CMYK
RGB Variations
Color information
#DD8F16 (or 0xDD8F16) is known color: Gamboge. HEX triplet: DD, 8F and 16. RGB value is (221,143,22). Sum of RGB (Red+Green+Blue) = 221+143+22=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F16 is #2270E9. Grayscale: #999999. Windows color (decimal): -2257130 or 1478621. OLE color: 1478621.
HSL color Cylindrical-coordinate representation of color #DD8F16: hue angle of 36.48º 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 #DD8F16 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 22 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.13 |
| HSL | 36.48º | 0.82% | 0.48% | - |
| HSV(B) | 36.48º | 0.9% | 0.87% | - |
| XYZ | 39.79 | 35.08 | 5.43 | - |
| YUV | 152.53 | 54.34 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 22 | 0 | 0.35 | 0.90 | 0.13 | 36.48 | 0.82 | 0.48 |
| Hex | DD | 8F | 16 | 0 | 23 | 5A | D | 24 | 52 | 30 |
| Octal | 335 | 217 | 26 | 0 | 43 | 132 | 15 | 44 | 122 | 60 |
| Binary | 11011101 | 10001111 | 10110 | 0 | 100011 | 1011010 | 1101 | 100100 | 1010010 | 110000 |
Color Harmonies of #DD8F16
Complementary color
Monochromatic Colors of #DD8F16
Black with #DD8F16
Text Example
Text Example
White with #DD8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F16; }
p { color: rgb(221,143,22); }
H1.HeaderClassName
{
color: #DD8F16;
}
.AnyTagClassName
{
color: #DD8F16;
}
</style>
background-color css
<style>
a { background-color: #DD8F16; }
a { background-color: rgb(221,143,22); }
div.DivClassName
{
background-color: #DD8F16;
}
.BgClassName
{
background-color: #DD8F16;
}
</style>
border-color css
<style>
span { border-color: #DD8F16; }
span { border-color: rgb(221,143,22); }
td.TdClassName
{
border-color: #DD8F16;
}
.TagClassName
{
border-color: #DD8F16;
}
</style>