Shades of Gamboge #DC9215
Tints of Gamboge #DC9215
RGB
CMYK
RGB Variations
Color information
#DC9215 (or 0xDC9215) is known color: Gamboge. HEX triplet: DC, 92 and 15. RGB value is (220,146,21). Sum of RGB (Red+Green+Blue) = 220+146+21=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9215 is #236DEA. Grayscale: #9A9A9A. Windows color (decimal): -2321899 or 1413852. OLE color: 1413852.
HSL color Cylindrical-coordinate representation of color #DC9215: hue angle of 37.69º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9215 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 21 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.14 |
| HSL | 37.69º | 0.83% | 0.47% | - |
| HSV(B) | 37.69º | 0.9% | 0.86% | - |
| XYZ | 39.93 | 35.83 | 5.52 | - |
| YUV | 153.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 21 | 0 | 0.34 | 0.90 | 0.14 | 37.69 | 0.83 | 0.47 |
| Hex | DC | 92 | 15 | 0 | 22 | 5A | E | 26 | 53 | 2F |
| Octal | 334 | 222 | 25 | 0 | 42 | 132 | 16 | 46 | 123 | 57 |
| Binary | 11011100 | 10010010 | 10101 | 0 | 100010 | 1011010 | 1110 | 100110 | 1010011 | 101111 |
Color Harmonies of #DC9215
Complementary color
Monochromatic Colors of #DC9215
Black with #DC9215
Text Example
Text Example
White with #DC9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9215; }
p { color: rgb(220,146,21); }
H1.HeaderClassName
{
color: #DC9215;
}
.AnyTagClassName
{
color: #DC9215;
}
</style>
background-color css
<style>
a { background-color: #DC9215; }
a { background-color: rgb(220,146,21); }
div.DivClassName
{
background-color: #DC9215;
}
.BgClassName
{
background-color: #DC9215;
}
</style>
border-color css
<style>
span { border-color: #DC9215; }
span { border-color: rgb(220,146,21); }
td.TdClassName
{
border-color: #DC9215;
}
.TagClassName
{
border-color: #DC9215;
}
</style>