Shades of Gamboge #DD8F14
Tints of Gamboge #DD8F14
RGB
CMYK
RGB Variations
Color information
#DD8F14 (or 0xDD8F14) is known color: Gamboge. HEX triplet: DD, 8F and 14. RGB value is (221,143,20). Sum of RGB (Red+Green+Blue) = 221+143+20=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F14 is #2270EB. Grayscale: #989898. Windows color (decimal): -2257132 or 1347549. OLE color: 1347549.
HSL color Cylindrical-coordinate representation of color #DD8F14: hue angle of 36.72º degrees, saturation: 0.83, 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 #DD8F14 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.13 |
| HSL | 36.72º | 0.83% | 0.47% | - |
| HSV(B) | 36.72º | 0.91% | 0.87% | - |
| XYZ | 39.77 | 35.07 | 5.33 | - |
| YUV | 152.3 | 53.34 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 20 | 0 | 0.35 | 0.91 | 0.13 | 36.72 | 0.83 | 0.47 |
| Hex | DD | 8F | 14 | 0 | 23 | 5B | D | 25 | 53 | 2F |
| Octal | 335 | 217 | 24 | 0 | 43 | 133 | 15 | 45 | 123 | 57 |
| Binary | 11011101 | 10001111 | 10100 | 0 | 100011 | 1011011 | 1101 | 100101 | 1010011 | 101111 |
Color Harmonies of #DD8F14
Complementary color
Monochromatic Colors of #DD8F14
Black with #DD8F14
Text Example
Text Example
White with #DD8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F14; }
p { color: rgb(221,143,20); }
H1.HeaderClassName
{
color: #DD8F14;
}
.AnyTagClassName
{
color: #DD8F14;
}
</style>
background-color css
<style>
a { background-color: #DD8F14; }
a { background-color: rgb(221,143,20); }
div.DivClassName
{
background-color: #DD8F14;
}
.BgClassName
{
background-color: #DD8F14;
}
</style>
border-color css
<style>
span { border-color: #DD8F14; }
span { border-color: rgb(221,143,20); }
td.TdClassName
{
border-color: #DD8F14;
}
.TagClassName
{
border-color: #DD8F14;
}
</style>