Shades of Gamboge #DC9E07
Tints of Gamboge #DC9E07
RGB
CMYK
RGB Variations
Color information
#DC9E07 (or 0xDC9E07) is known color: Gamboge. HEX triplet: DC, 9E and 07. RGB value is (220,158,7). Sum of RGB (Red+Green+Blue) = 220+158+7=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9E07 is #2361F8. Grayscale: #9F9F9F. Windows color (decimal): -2318841 or 499420. OLE color: 499420.
HSL color Cylindrical-coordinate representation of color #DC9E07: hue angle of 42.54º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9E07 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 158 | 7 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.14 |
| HSL | 42.54º | 0.94% | 0.45% | - |
| HSV(B) | 42.54º | 0.97% | 0.86% | - |
| XYZ | 41.78 | 39.68 | 5.66 | - |
| YUV | 159.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 7 | 0 | 0.28 | 0.97 | 0.14 | 42.54 | 0.94 | 0.45 |
| Hex | DC | 9E | 7 | 0 | 1C | 61 | E | 2B | 5E | 2D |
| Octal | 334 | 236 | 7 | 0 | 34 | 141 | 16 | 53 | 136 | 55 |
| Binary | 11011100 | 10011110 | 111 | 0 | 11100 | 1100001 | 1110 | 101011 | 1011110 | 101101 |
Color Harmonies of #DC9E07
Complementary color
Monochromatic Colors of #DC9E07
Black with #DC9E07
Text Example
Text Example
White with #DC9E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9E07; }
p { color: rgb(220,158,7); }
H1.HeaderClassName
{
color: #DC9E07;
}
.AnyTagClassName
{
color: #DC9E07;
}
</style>
background-color css
<style>
a { background-color: #DC9E07; }
a { background-color: rgb(220,158,7); }
div.DivClassName
{
background-color: #DC9E07;
}
.BgClassName
{
background-color: #DC9E07;
}
</style>
border-color css
<style>
span { border-color: #DC9E07; }
span { border-color: rgb(220,158,7); }
td.TdClassName
{
border-color: #DC9E07;
}
.TagClassName
{
border-color: #DC9E07;
}
</style>