Shades of Gamboge #DD8F08
Tints of Gamboge #DD8F08
RGB
CMYK
RGB Variations
Color information
#DD8F08 (or 0xDD8F08) is known color: Gamboge. HEX triplet: DD, 8F and 08. RGB value is (221,143,8). Sum of RGB (Red+Green+Blue) = 221+143+8=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8F08 is #2270F7. Grayscale: #979797. Windows color (decimal): -2257144 or 561117. OLE color: 561117.
HSL color Cylindrical-coordinate representation of color #DD8F08: hue angle of 38.03º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD8F08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 8 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.13 |
| HSL | 38.03º | 0.93% | 0.45% | - |
| HSV(B) | 38.03º | 0.96% | 0.87% | - |
| XYZ | 39.69 | 35.03 | 4.9 | - |
| YUV | 150.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 8 | 0 | 0.35 | 0.96 | 0.13 | 38.03 | 0.93 | 0.45 |
| Hex | DD | 8F | 8 | 0 | 23 | 60 | D | 26 | 5D | 2D |
| Octal | 335 | 217 | 10 | 0 | 43 | 140 | 15 | 46 | 135 | 55 |
| Binary | 11011101 | 10001111 | 1000 | 0 | 100011 | 1100000 | 1101 | 100110 | 1011101 | 101101 |
Color Harmonies of #DD8F08
Complementary color
Monochromatic Colors of #DD8F08
Black with #DD8F08
Text Example
Text Example
White with #DD8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F08; }
p { color: rgb(221,143,8); }
H1.HeaderClassName
{
color: #DD8F08;
}
.AnyTagClassName
{
color: #DD8F08;
}
</style>
background-color css
<style>
a { background-color: #DD8F08; }
a { background-color: rgb(221,143,8); }
div.DivClassName
{
background-color: #DD8F08;
}
.BgClassName
{
background-color: #DD8F08;
}
</style>
border-color css
<style>
span { border-color: #DD8F08; }
span { border-color: rgb(221,143,8); }
td.TdClassName
{
border-color: #DD8F08;
}
.TagClassName
{
border-color: #DD8F08;
}
</style>