Shades of Gamboge #DC8909
Tints of Gamboge #DC8909
RGB
CMYK
RGB Variations
Color information
#DC8909 (or 0xDC8909) is known color: Gamboge. HEX triplet: DC, 89 and 09. RGB value is (220,137,9). Sum of RGB (Red+Green+Blue) = 220+137+9=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8909 is #2376F6. Grayscale: #939393. Windows color (decimal): -2324215 or 625116. OLE color: 625116.
HSL color Cylindrical-coordinate representation of color #DC8909: hue angle of 36.4º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8909 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 9 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.14 |
| HSL | 36.4º | 0.92% | 0.45% | - |
| HSV(B) | 36.4º | 0.96% | 0.86% | - |
| XYZ | 38.51 | 33.13 | 4.62 | - |
| YUV | 147.23 | 50 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 9 | 0 | 0.38 | 0.96 | 0.14 | 36.4 | 0.92 | 0.45 |
| Hex | DC | 89 | 9 | 0 | 26 | 60 | E | 24 | 5C | 2D |
| Octal | 334 | 211 | 11 | 0 | 46 | 140 | 16 | 44 | 134 | 55 |
| Binary | 11011100 | 10001001 | 1001 | 0 | 100110 | 1100000 | 1110 | 100100 | 1011100 | 101101 |
Color Harmonies of #DC8909
Complementary color
Monochromatic Colors of #DC8909
Black with #DC8909
Text Example
Text Example
White with #DC8909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8909; }
p { color: rgb(220,137,9); }
H1.HeaderClassName
{
color: #DC8909;
}
.AnyTagClassName
{
color: #DC8909;
}
</style>
background-color css
<style>
a { background-color: #DC8909; }
a { background-color: rgb(220,137,9); }
div.DivClassName
{
background-color: #DC8909;
}
.BgClassName
{
background-color: #DC8909;
}
</style>
border-color css
<style>
span { border-color: #DC8909; }
span { border-color: rgb(220,137,9); }
td.TdClassName
{
border-color: #DC8909;
}
.TagClassName
{
border-color: #DC8909;
}
</style>