Shades of Gamboge #DC880F
Tints of Gamboge #DC880F
RGB
CMYK
RGB Variations
Color information
#DC880F (or 0xDC880F) is known color: Gamboge. HEX triplet: DC, 88 and 0F. RGB value is (220,136,15). Sum of RGB (Red+Green+Blue) = 220+136+15=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC880F is #2377F0. Grayscale: #939393. Windows color (decimal): -2324465 or 1018076. OLE color: 1018076.
HSL color Cylindrical-coordinate representation of color #DC880F: hue angle of 35.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC880F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 136 | 15 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.14 |
| HSL | 35.41º | 0.87% | 0.46% | - |
| HSV(B) | 35.41º | 0.93% | 0.86% | - |
| XYZ | 38.41 | 32.86 | 4.77 | - |
| YUV | 147.32 | 53.33 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 15 | 0 | 0.38 | 0.93 | 0.14 | 35.41 | 0.87 | 0.46 |
| Hex | DC | 88 | F | 0 | 26 | 5D | E | 23 | 57 | 2E |
| Octal | 334 | 210 | 17 | 0 | 46 | 135 | 16 | 43 | 127 | 56 |
| Binary | 11011100 | 10001000 | 1111 | 0 | 100110 | 1011101 | 1110 | 100011 | 1010111 | 101110 |
Color Harmonies of #DC880F
Complementary color
Monochromatic Colors of #DC880F
Black with #DC880F
Text Example
Text Example
White with #DC880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC880F; }
p { color: rgb(220,136,15); }
H1.HeaderClassName
{
color: #DC880F;
}
.AnyTagClassName
{
color: #DC880F;
}
</style>
background-color css
<style>
a { background-color: #DC880F; }
a { background-color: rgb(220,136,15); }
div.DivClassName
{
background-color: #DC880F;
}
.BgClassName
{
background-color: #DC880F;
}
</style>
border-color css
<style>
span { border-color: #DC880F; }
span { border-color: rgb(220,136,15); }
td.TdClassName
{
border-color: #DC880F;
}
.TagClassName
{
border-color: #DC880F;
}
</style>