Shades of Gamboge #DC850C
Tints of Gamboge #DC850C
RGB
CMYK
RGB Variations
Color information
#DC850C (or 0xDC850C) is known color: Gamboge. HEX triplet: DC, 85 and 0C. RGB value is (220,133,12). Sum of RGB (Red+Green+Blue) = 220+133+12=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 12 (5.08% from 255 or 3.29% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC850C is #237AF3. Grayscale: #919191. Windows color (decimal): -2325236 or 820700. OLE color: 820700.
HSL color Cylindrical-coordinate representation of color #DC850C: hue angle of 34.9º 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 #DC850C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.14 |
| HSL | 34.9º | 0.9% | 0.45% | - |
| HSV(B) | 34.9º | 0.95% | 0.86% | - |
| XYZ | 37.97 | 32.02 | 4.53 | - |
| YUV | 145.22 | 52.82 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 12 | 0 | 0.40 | 0.95 | 0.14 | 34.9 | 0.9 | 0.45 |
| Hex | DC | 85 | C | 0 | 28 | 5F | E | 23 | 5A | 2D |
| Octal | 334 | 205 | 14 | 0 | 50 | 137 | 16 | 43 | 132 | 55 |
| Binary | 11011100 | 10000101 | 1100 | 0 | 101000 | 1011111 | 1110 | 100011 | 1011010 | 101101 |
Color Harmonies of #DC850C
Complementary color
Monochromatic Colors of #DC850C
Black with #DC850C
Text Example
Text Example
White with #DC850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC850C; }
p { color: rgb(220,133,12); }
H1.HeaderClassName
{
color: #DC850C;
}
.AnyTagClassName
{
color: #DC850C;
}
</style>
background-color css
<style>
a { background-color: #DC850C; }
a { background-color: rgb(220,133,12); }
div.DivClassName
{
background-color: #DC850C;
}
.BgClassName
{
background-color: #DC850C;
}
</style>
border-color css
<style>
span { border-color: #DC850C; }
span { border-color: rgb(220,133,12); }
td.TdClassName
{
border-color: #DC850C;
}
.TagClassName
{
border-color: #DC850C;
}
</style>