Shades of Gamboge #DC9205
Tints of Gamboge #DC9205
RGB
CMYK
RGB Variations
Color information
#DC9205 (or 0xDC9205) is known color: Gamboge. HEX triplet: DC, 92 and 05. RGB value is (220,146,5). Sum of RGB (Red+Green+Blue) = 220+146+5=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9205 is #236DFA. Grayscale: #989898. Windows color (decimal): -2321915 or 365276. OLE color: 365276.
HSL color Cylindrical-coordinate representation of color #DC9205: hue angle of 39.35º 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 #DC9205 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.14 |
| HSL | 39.35º | 0.96% | 0.44% | - |
| HSV(B) | 39.35º | 0.98% | 0.86% | - |
| XYZ | 39.82 | 35.78 | 4.95 | - |
| YUV | 152.05 | 45.02 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 5 | 0 | 0.34 | 0.98 | 0.14 | 39.35 | 0.96 | 0.44 |
| Hex | DC | 92 | 5 | 0 | 22 | 62 | E | 27 | 60 | 2C |
| Octal | 334 | 222 | 5 | 0 | 42 | 142 | 16 | 47 | 140 | 54 |
| Binary | 11011100 | 10010010 | 101 | 0 | 100010 | 1100010 | 1110 | 100111 | 1100000 | 101100 |
Color Harmonies of #DC9205
Complementary color
Monochromatic Colors of #DC9205
Black with #DC9205
Text Example
Text Example
White with #DC9205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9205; }
p { color: rgb(220,146,5); }
H1.HeaderClassName
{
color: #DC9205;
}
.AnyTagClassName
{
color: #DC9205;
}
</style>
background-color css
<style>
a { background-color: #DC9205; }
a { background-color: rgb(220,146,5); }
div.DivClassName
{
background-color: #DC9205;
}
.BgClassName
{
background-color: #DC9205;
}
</style>
border-color css
<style>
span { border-color: #DC9205; }
span { border-color: rgb(220,146,5); }
td.TdClassName
{
border-color: #DC9205;
}
.TagClassName
{
border-color: #DC9205;
}
</style>