Shades of Gamboge #DC890B
Tints of Gamboge #DC890B
RGB
CMYK
RGB Variations
Color information
#DC890B (or 0xDC890B) is known color: Gamboge. HEX triplet: DC, 89 and 0B. RGB value is (220,137,11). Sum of RGB (Red+Green+Blue) = 220+137+11=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC890B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC890B is #2376F4. Grayscale: #949494. Windows color (decimal): -2324213 or 756188. OLE color: 756188.
HSL color Cylindrical-coordinate representation of color #DC890B: hue angle of 36.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC890B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 36.17º | 0.9% | 0.45% | - |
| HSV(B) | 36.17º | 0.95% | 0.86% | - |
| XYZ | 38.52 | 33.13 | 4.68 | - |
| YUV | 147.45 | 51 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 11 | 0 | 0.38 | 0.95 | 0.14 | 36.17 | 0.9 | 0.45 |
| Hex | DC | 89 | B | 0 | 26 | 5F | E | 24 | 5A | 2D |
| Octal | 334 | 211 | 13 | 0 | 46 | 137 | 16 | 44 | 132 | 55 |
| Binary | 11011100 | 10001001 | 1011 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011010 | 101101 |
Color Harmonies of #DC890B
Complementary color
Monochromatic Colors of #DC890B
Black with #DC890B
Text Example
Text Example
White with #DC890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC890B; }
p { color: rgb(220,137,11); }
H1.HeaderClassName
{
color: #DC890B;
}
.AnyTagClassName
{
color: #DC890B;
}
</style>
background-color css
<style>
a { background-color: #DC890B; }
a { background-color: rgb(220,137,11); }
div.DivClassName
{
background-color: #DC890B;
}
.BgClassName
{
background-color: #DC890B;
}
</style>
border-color css
<style>
span { border-color: #DC890B; }
span { border-color: rgb(220,137,11); }
td.TdClassName
{
border-color: #DC890B;
}
.TagClassName
{
border-color: #DC890B;
}
</style>