Shades of Gamboge #DD8A08
Tints of Gamboge #DD8A08
RGB
CMYK
RGB Variations
Color information
#DD8A08 (or 0xDD8A08) is known color: Gamboge. HEX triplet: DD, 8A and 08. RGB value is (221,138,8). Sum of RGB (Red+Green+Blue) = 221+138+8=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8A08 is #2275F7. Grayscale: #949494. Windows color (decimal): -2258424 or 559837. OLE color: 559837.
HSL color Cylindrical-coordinate representation of color #DD8A08: hue angle of 36.62º 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 #DD8A08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.13 |
| HSL | 36.62º | 0.93% | 0.45% | - |
| HSV(B) | 36.62º | 0.96% | 0.87% | - |
| XYZ | 38.95 | 33.57 | 4.66 | - |
| YUV | 148 | 49 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 8 | 0 | 0.38 | 0.96 | 0.13 | 36.62 | 0.93 | 0.45 |
| Hex | DD | 8A | 8 | 0 | 26 | 60 | D | 25 | 5D | 2D |
| Octal | 335 | 212 | 10 | 0 | 46 | 140 | 15 | 45 | 135 | 55 |
| Binary | 11011101 | 10001010 | 1000 | 0 | 100110 | 1100000 | 1101 | 100101 | 1011101 | 101101 |
Color Harmonies of #DD8A08
Complementary color
Monochromatic Colors of #DD8A08
Black with #DD8A08
Text Example
Text Example
White with #DD8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A08; }
p { color: rgb(221,138,8); }
H1.HeaderClassName
{
color: #DD8A08;
}
.AnyTagClassName
{
color: #DD8A08;
}
</style>
background-color css
<style>
a { background-color: #DD8A08; }
a { background-color: rgb(221,138,8); }
div.DivClassName
{
background-color: #DD8A08;
}
.BgClassName
{
background-color: #DD8A08;
}
</style>
border-color css
<style>
span { border-color: #DD8A08; }
span { border-color: rgb(221,138,8); }
td.TdClassName
{
border-color: #DD8A08;
}
.TagClassName
{
border-color: #DD8A08;
}
</style>