Shades of Gamboge #DD890B
Tints of Gamboge #DD890B
RGB
CMYK
RGB Variations
Color information
#DD890B (or 0xDD890B) is known color: Gamboge. HEX triplet: DD, 89 and 0B. RGB value is (221,137,11). Sum of RGB (Red+Green+Blue) = 221+137+11=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 11 (4.69% from 255 or 2.98% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD890B is #2276F4. Grayscale: #949494. Windows color (decimal): -2258677 or 756189. OLE color: 756189.
HSL color Cylindrical-coordinate representation of color #DD890B: hue angle of 36º 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 #DD890B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.13 |
| HSL | 36º | 0.91% | 0.45% | - |
| HSV(B) | 36º | 0.95% | 0.87% | - |
| XYZ | 38.82 | 33.29 | 4.7 | - |
| YUV | 147.75 | 50.83 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 11 | 0 | 0.38 | 0.95 | 0.13 | 36 | 0.91 | 0.45 |
| Hex | DD | 89 | B | 0 | 26 | 5F | D | 24 | 5B | 2D |
| Octal | 335 | 211 | 13 | 0 | 46 | 137 | 15 | 44 | 133 | 55 |
| Binary | 11011101 | 10001001 | 1011 | 0 | 100110 | 1011111 | 1101 | 100100 | 1011011 | 101101 |
Color Harmonies of #DD890B
Complementary color
Monochromatic Colors of #DD890B
Black with #DD890B
Text Example
Text Example
White with #DD890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD890B; }
p { color: rgb(221,137,11); }
H1.HeaderClassName
{
color: #DD890B;
}
.AnyTagClassName
{
color: #DD890B;
}
</style>
background-color css
<style>
a { background-color: #DD890B; }
a { background-color: rgb(221,137,11); }
div.DivClassName
{
background-color: #DD890B;
}
.BgClassName
{
background-color: #DD890B;
}
</style>
border-color css
<style>
span { border-color: #DD890B; }
span { border-color: rgb(221,137,11); }
td.TdClassName
{
border-color: #DD890B;
}
.TagClassName
{
border-color: #DD890B;
}
</style>