Shades of Gamboge #DD8C15
Tints of Gamboge #DD8C15
RGB
CMYK
RGB Variations
Color information
#DD8C15 (or 0xDD8C15) is known color: Gamboge. HEX triplet: DD, 8C and 15. RGB value is (221,140,21). Sum of RGB (Red+Green+Blue) = 221+140+21=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C15 is #2273EA. Grayscale: #979797. Windows color (decimal): -2257899 or 1412317. OLE color: 1412317.
HSL color Cylindrical-coordinate representation of color #DD8C15: hue angle of 35.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD8C15 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 21 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.13 |
| HSL | 35.7º | 0.83% | 0.47% | - |
| HSV(B) | 35.7º | 0.9% | 0.87% | - |
| XYZ | 39.33 | 34.18 | 5.23 | - |
| YUV | 150.65 | 54.84 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 21 | 0 | 0.37 | 0.90 | 0.13 | 35.7 | 0.83 | 0.47 |
| Hex | DD | 8C | 15 | 0 | 25 | 5A | D | 24 | 53 | 2F |
| Octal | 335 | 214 | 25 | 0 | 45 | 132 | 15 | 44 | 123 | 57 |
| Binary | 11011101 | 10001100 | 10101 | 0 | 100101 | 1011010 | 1101 | 100100 | 1010011 | 101111 |
Color Harmonies of #DD8C15
Complementary color
Monochromatic Colors of #DD8C15
Black with #DD8C15
Text Example
Text Example
White with #DD8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C15; }
p { color: rgb(221,140,21); }
H1.HeaderClassName
{
color: #DD8C15;
}
.AnyTagClassName
{
color: #DD8C15;
}
</style>
background-color css
<style>
a { background-color: #DD8C15; }
a { background-color: rgb(221,140,21); }
div.DivClassName
{
background-color: #DD8C15;
}
.BgClassName
{
background-color: #DD8C15;
}
</style>
border-color css
<style>
span { border-color: #DD8C15; }
span { border-color: rgb(221,140,21); }
td.TdClassName
{
border-color: #DD8C15;
}
.TagClassName
{
border-color: #DD8C15;
}
</style>