Shades of Gamboge #DD8C00
Tints of Gamboge #DD8C00
RGB
CMYK
RGB Variations
Color information
#DD8C00 (or 0xDD8C00) is known color: Gamboge. HEX triplet: DD, 8C and 00. RGB value is (221,140,0). Sum of RGB (Red+Green+Blue) = 221+140+0=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8C00 is #2273FF. Grayscale: #949494. Windows color (decimal): -2257920 or 36061. OLE color: 36061.
HSL color Cylindrical-coordinate representation of color #DD8C00: hue angle of 38.01º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD8C00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 140 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.13 |
| HSL | 38.01º | 1% | 0.43% | - |
| HSV(B) | 38.01º | 1% | 0.87% | - |
| XYZ | 39.2 | 34.13 | 4.52 | - |
| YUV | 148.26 | 44.34 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 140 | 0 | 0 | 0.37 | 1 | 0.13 | 38.01 | 1 | 0.43 |
| Hex | DD | 8C | 0 | 0 | 25 | 64 | D | 26 | 64 | 2B |
| Octal | 335 | 214 | 0 | 0 | 45 | 144 | 15 | 46 | 144 | 53 |
| Binary | 11011101 | 10001100 | 0 | 0 | 100101 | 1100100 | 1101 | 100110 | 1100100 | 101011 |
Color Harmonies of #DD8C00
Complementary color
Monochromatic Colors of #DD8C00
Black with #DD8C00
Text Example
Text Example
White with #DD8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8C00; }
p { color: rgb(221,140,0); }
H1.HeaderClassName
{
color: #DD8C00;
}
.AnyTagClassName
{
color: #DD8C00;
}
</style>
background-color css
<style>
a { background-color: #DD8C00; }
a { background-color: rgb(221,140,0); }
div.DivClassName
{
background-color: #DD8C00;
}
.BgClassName
{
background-color: #DD8C00;
}
</style>
border-color css
<style>
span { border-color: #DD8C00; }
span { border-color: rgb(221,140,0); }
td.TdClassName
{
border-color: #DD8C00;
}
.TagClassName
{
border-color: #DD8C00;
}
</style>