Shades of Gamboge #DC880B
Tints of Gamboge #DC880B
RGB
CMYK
RGB Variations
Color information
#DC880B (or 0xDC880B) is known color: Gamboge. HEX triplet: DC, 88 and 0B. RGB value is (220,136,11). Sum of RGB (Red+Green+Blue) = 220+136+11=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC880B is #2377F4. Grayscale: #939393. Windows color (decimal): -2324469 or 755932. OLE color: 755932.
HSL color Cylindrical-coordinate representation of color #DC880B: hue angle of 35.89º 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 #DC880B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.14 |
| HSL | 35.89º | 0.9% | 0.45% | - |
| HSV(B) | 35.89º | 0.95% | 0.86% | - |
| XYZ | 38.38 | 32.85 | 4.63 | - |
| YUV | 146.87 | 51.33 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 11 | 0 | 0.38 | 0.95 | 0.14 | 35.89 | 0.9 | 0.45 |
| Hex | DC | 88 | B | 0 | 26 | 5F | E | 24 | 5A | 2D |
| Octal | 334 | 210 | 13 | 0 | 46 | 137 | 16 | 44 | 132 | 55 |
| Binary | 11011100 | 10001000 | 1011 | 0 | 100110 | 1011111 | 1110 | 100100 | 1011010 | 101101 |
Color Harmonies of #DC880B
Complementary color
Monochromatic Colors of #DC880B
Black with #DC880B
Text Example
Text Example
White with #DC880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC880B; }
p { color: rgb(220,136,11); }
H1.HeaderClassName
{
color: #DC880B;
}
.AnyTagClassName
{
color: #DC880B;
}
</style>
background-color css
<style>
a { background-color: #DC880B; }
a { background-color: rgb(220,136,11); }
div.DivClassName
{
background-color: #DC880B;
}
.BgClassName
{
background-color: #DC880B;
}
</style>
border-color css
<style>
span { border-color: #DC880B; }
span { border-color: rgb(220,136,11); }
td.TdClassName
{
border-color: #DC880B;
}
.TagClassName
{
border-color: #DC880B;
}
</style>