Shades of Gamboge #DD880A
Tints of Gamboge #DD880A
RGB
CMYK
RGB Variations
Color information
#DD880A (or 0xDD880A) is known color: Gamboge. HEX triplet: DD, 88 and 0A. RGB value is (221,136,10). Sum of RGB (Red+Green+Blue) = 221+136+10=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD880A is #2277F5. Grayscale: #939393. Windows color (decimal): -2258934 or 690397. OLE color: 690397.
HSL color Cylindrical-coordinate representation of color #DD880A: hue angle of 35.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD880A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 10 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.13 |
| HSL | 35.83º | 0.91% | 0.45% | - |
| HSV(B) | 35.83º | 0.95% | 0.87% | - |
| XYZ | 38.68 | 33 | 4.62 | - |
| YUV | 147.05 | 50.66 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 10 | 0 | 0.38 | 0.95 | 0.13 | 35.83 | 0.91 | 0.45 |
| Hex | DD | 88 | A | 0 | 26 | 5F | D | 24 | 5B | 2D |
| Octal | 335 | 210 | 12 | 0 | 46 | 137 | 15 | 44 | 133 | 55 |
| Binary | 11011101 | 10001000 | 1010 | 0 | 100110 | 1011111 | 1101 | 100100 | 1011011 | 101101 |
Color Harmonies of #DD880A
Complementary color
Monochromatic Colors of #DD880A
Black with #DD880A
Text Example
Text Example
White with #DD880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD880A; }
p { color: rgb(221,136,10); }
H1.HeaderClassName
{
color: #DD880A;
}
.AnyTagClassName
{
color: #DD880A;
}
</style>
background-color css
<style>
a { background-color: #DD880A; }
a { background-color: rgb(221,136,10); }
div.DivClassName
{
background-color: #DD880A;
}
.BgClassName
{
background-color: #DD880A;
}
</style>
border-color css
<style>
span { border-color: #DD880A; }
span { border-color: rgb(221,136,10); }
td.TdClassName
{
border-color: #DD880A;
}
.TagClassName
{
border-color: #DD880A;
}
</style>