Shades of Gamboge #DD8D00
Tints of Gamboge #DD8D00
RGB
CMYK
RGB Variations
Color information
#DD8D00 (or 0xDD8D00) is known color: Gamboge. HEX triplet: DD, 8D and 00. RGB value is (221,141,0). Sum of RGB (Red+Green+Blue) = 221+141+0=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D00 is #2272FF. Grayscale: #959595. Windows color (decimal): -2257664 or 36317. OLE color: 36317.
HSL color Cylindrical-coordinate representation of color #DD8D00: hue angle of 38.28º 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 #DD8D00 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.13 |
| HSL | 38.28º | 1% | 0.43% | - |
| HSV(B) | 38.28º | 1% | 0.87% | - |
| XYZ | 39.34 | 34.42 | 4.57 | - |
| YUV | 148.85 | 44 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 0 | 0 | 0.36 | 1 | 0.13 | 38.28 | 1 | 0.43 |
| Hex | DD | 8D | 0 | 0 | 24 | 64 | D | 26 | 64 | 2B |
| Octal | 335 | 215 | 0 | 0 | 44 | 144 | 15 | 46 | 144 | 53 |
| Binary | 11011101 | 10001101 | 0 | 0 | 100100 | 1100100 | 1101 | 100110 | 1100100 | 101011 |
Color Harmonies of #DD8D00
Complementary color
Monochromatic Colors of #DD8D00
Black with #DD8D00
Text Example
Text Example
White with #DD8D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D00; }
p { color: rgb(221,141,0); }
H1.HeaderClassName
{
color: #DD8D00;
}
.AnyTagClassName
{
color: #DD8D00;
}
</style>
background-color css
<style>
a { background-color: #DD8D00; }
a { background-color: rgb(221,141,0); }
div.DivClassName
{
background-color: #DD8D00;
}
.BgClassName
{
background-color: #DD8D00;
}
</style>
border-color css
<style>
span { border-color: #DD8D00; }
span { border-color: rgb(221,141,0); }
td.TdClassName
{
border-color: #DD8D00;
}
.TagClassName
{
border-color: #DD8D00;
}
</style>