Shades of Gamboge #DD8D07
Tints of Gamboge #DD8D07
RGB
CMYK
RGB Variations
Color information
#DD8D07 (or 0xDD8D07) is known color: Gamboge. HEX triplet: DD, 8D and 07. RGB value is (221,141,7). Sum of RGB (Red+Green+Blue) = 221+141+7=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8D07 is #2272F8. Grayscale: #969696. Windows color (decimal): -2257657 or 495069. OLE color: 495069.
HSL color Cylindrical-coordinate representation of color #DD8D07: hue angle of 37.57º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD8D07 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.13 |
| HSL | 37.57º | 0.94% | 0.45% | - |
| HSV(B) | 37.57º | 0.97% | 0.87% | - |
| XYZ | 39.38 | 34.44 | 4.77 | - |
| YUV | 149.64 | 47.5 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 7 | 0 | 0.36 | 0.97 | 0.13 | 37.57 | 0.94 | 0.45 |
| Hex | DD | 8D | 7 | 0 | 24 | 61 | D | 26 | 5E | 2D |
| Octal | 335 | 215 | 7 | 0 | 44 | 141 | 15 | 46 | 136 | 55 |
| Binary | 11011101 | 10001101 | 111 | 0 | 100100 | 1100001 | 1101 | 100110 | 1011110 | 101101 |
Color Harmonies of #DD8D07
Complementary color
Monochromatic Colors of #DD8D07
Black with #DD8D07
Text Example
Text Example
White with #DD8D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8D07; }
p { color: rgb(221,141,7); }
H1.HeaderClassName
{
color: #DD8D07;
}
.AnyTagClassName
{
color: #DD8D07;
}
</style>
background-color css
<style>
a { background-color: #DD8D07; }
a { background-color: rgb(221,141,7); }
div.DivClassName
{
background-color: #DD8D07;
}
.BgClassName
{
background-color: #DD8D07;
}
</style>
border-color css
<style>
span { border-color: #DD8D07; }
span { border-color: rgb(221,141,7); }
td.TdClassName
{
border-color: #DD8D07;
}
.TagClassName
{
border-color: #DD8D07;
}
</style>