Shades of Gamboge #DD860B
Tints of Gamboge #DD860B
RGB
CMYK
RGB Variations
Color information
#DD860B (or 0xDD860B) is known color: Gamboge. HEX triplet: DD, 86 and 0B. RGB value is (221,134,11). Sum of RGB (Red+Green+Blue) = 221+134+11=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD860B is #2279F4. Grayscale: #929292. Windows color (decimal): -2259445 or 755421. OLE color: 755421.
HSL color Cylindrical-coordinate representation of color #DD860B: hue angle of 35.14º 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 #DD860B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.13 |
| HSL | 35.14º | 0.91% | 0.45% | - |
| HSV(B) | 35.14º | 0.95% | 0.87% | - |
| XYZ | 38.4 | 32.45 | 4.56 | - |
| YUV | 145.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 11 | 0 | 0.39 | 0.95 | 0.13 | 35.14 | 0.91 | 0.45 |
| Hex | DD | 86 | B | 0 | 27 | 5F | D | 23 | 5B | 2D |
| Octal | 335 | 206 | 13 | 0 | 47 | 137 | 15 | 43 | 133 | 55 |
| Binary | 11011101 | 10000110 | 1011 | 0 | 100111 | 1011111 | 1101 | 100011 | 1011011 | 101101 |
Color Harmonies of #DD860B
Complementary color
Monochromatic Colors of #DD860B
Black with #DD860B
Text Example
Text Example
White with #DD860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD860B; }
p { color: rgb(221,134,11); }
H1.HeaderClassName
{
color: #DD860B;
}
.AnyTagClassName
{
color: #DD860B;
}
</style>
background-color css
<style>
a { background-color: #DD860B; }
a { background-color: rgb(221,134,11); }
div.DivClassName
{
background-color: #DD860B;
}
.BgClassName
{
background-color: #DD860B;
}
</style>
border-color css
<style>
span { border-color: #DD860B; }
span { border-color: rgb(221,134,11); }
td.TdClassName
{
border-color: #DD860B;
}
.TagClassName
{
border-color: #DD860B;
}
</style>