Shades of Gamboge #DC8905
Tints of Gamboge #DC8905
RGB
CMYK
RGB Variations
Color information
#DC8905 (or 0xDC8905) is known color: Gamboge. HEX triplet: DC, 89 and 05. RGB value is (220,137,5). Sum of RGB (Red+Green+Blue) = 220+137+5=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8905 is #2376FA. Grayscale: #939393. Windows color (decimal): -2324219 or 362972. OLE color: 362972.
HSL color Cylindrical-coordinate representation of color #DC8905: hue angle of 36.84º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8905 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.14 |
| HSL | 36.84º | 0.96% | 0.44% | - |
| HSV(B) | 36.84º | 0.98% | 0.86% | - |
| XYZ | 38.49 | 33.12 | 4.51 | - |
| YUV | 146.77 | 48 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 5 | 0 | 0.38 | 0.98 | 0.14 | 36.84 | 0.96 | 0.44 |
| Hex | DC | 89 | 5 | 0 | 26 | 62 | E | 25 | 60 | 2C |
| Octal | 334 | 211 | 5 | 0 | 46 | 142 | 16 | 45 | 140 | 54 |
| Binary | 11011100 | 10001001 | 101 | 0 | 100110 | 1100010 | 1110 | 100101 | 1100000 | 101100 |
Color Harmonies of #DC8905
Complementary color
Monochromatic Colors of #DC8905
Black with #DC8905
Text Example
Text Example
White with #DC8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8905; }
p { color: rgb(220,137,5); }
H1.HeaderClassName
{
color: #DC8905;
}
.AnyTagClassName
{
color: #DC8905;
}
</style>
background-color css
<style>
a { background-color: #DC8905; }
a { background-color: rgb(220,137,5); }
div.DivClassName
{
background-color: #DC8905;
}
.BgClassName
{
background-color: #DC8905;
}
</style>
border-color css
<style>
span { border-color: #DC8905; }
span { border-color: rgb(220,137,5); }
td.TdClassName
{
border-color: #DC8905;
}
.TagClassName
{
border-color: #DC8905;
}
</style>