Shades of Gamboge #DC870C
Tints of Gamboge #DC870C
RGB
CMYK
RGB Variations
Color information
#DC870C (or 0xDC870C) is known color: Gamboge. HEX triplet: DC, 87 and 0C. RGB value is (220,135,12). Sum of RGB (Red+Green+Blue) = 220+135+12=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC870C is #2378F3. Grayscale: #929292. Windows color (decimal): -2324724 or 821212. OLE color: 821212.
HSL color Cylindrical-coordinate representation of color #DC870C: hue angle of 35.48º 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 #DC870C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.14 |
| HSL | 35.48º | 0.9% | 0.45% | - |
| HSV(B) | 35.48º | 0.95% | 0.86% | - |
| XYZ | 38.25 | 32.57 | 4.62 | - |
| YUV | 146.39 | 52.16 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 12 | 0 | 0.39 | 0.95 | 0.14 | 35.48 | 0.9 | 0.45 |
| Hex | DC | 87 | C | 0 | 27 | 5F | E | 23 | 5A | 2D |
| Octal | 334 | 207 | 14 | 0 | 47 | 137 | 16 | 43 | 132 | 55 |
| Binary | 11011100 | 10000111 | 1100 | 0 | 100111 | 1011111 | 1110 | 100011 | 1011010 | 101101 |
Color Harmonies of #DC870C
Complementary color
Monochromatic Colors of #DC870C
Black with #DC870C
Text Example
Text Example
White with #DC870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC870C; }
p { color: rgb(220,135,12); }
H1.HeaderClassName
{
color: #DC870C;
}
.AnyTagClassName
{
color: #DC870C;
}
</style>
background-color css
<style>
a { background-color: #DC870C; }
a { background-color: rgb(220,135,12); }
div.DivClassName
{
background-color: #DC870C;
}
.BgClassName
{
background-color: #DC870C;
}
</style>
border-color css
<style>
span { border-color: #DC870C; }
span { border-color: rgb(220,135,12); }
td.TdClassName
{
border-color: #DC870C;
}
.TagClassName
{
border-color: #DC870C;
}
</style>