Shades of Gamboge #DC9203
Tints of Gamboge #DC9203
RGB
CMYK
RGB Variations
Color information
#DC9203 (or 0xDC9203) is known color: Gamboge. HEX triplet: DC, 92 and 03. RGB value is (220,146,3). Sum of RGB (Red+Green+Blue) = 220+146+3=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9203 is #236DFC. Grayscale: #989898. Windows color (decimal): -2321917 or 234204. OLE color: 234204.
HSL color Cylindrical-coordinate representation of color #DC9203: hue angle of 39.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC9203 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 3 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.14 |
| HSL | 39.54º | 0.97% | 0.44% | - |
| HSV(B) | 39.54º | 0.99% | 0.86% | - |
| XYZ | 39.81 | 35.78 | 4.89 | - |
| YUV | 151.82 | 44.02 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 3 | 0 | 0.34 | 0.99 | 0.14 | 39.54 | 0.97 | 0.44 |
| Hex | DC | 92 | 3 | 0 | 22 | 63 | E | 28 | 61 | 2C |
| Octal | 334 | 222 | 3 | 0 | 42 | 143 | 16 | 50 | 141 | 54 |
| Binary | 11011100 | 10010010 | 11 | 0 | 100010 | 1100011 | 1110 | 101000 | 1100001 | 101100 |
Color Harmonies of #DC9203
Complementary color
Monochromatic Colors of #DC9203
Black with #DC9203
Text Example
Text Example
White with #DC9203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9203; }
p { color: rgb(220,146,3); }
H1.HeaderClassName
{
color: #DC9203;
}
.AnyTagClassName
{
color: #DC9203;
}
</style>
background-color css
<style>
a { background-color: #DC9203; }
a { background-color: rgb(220,146,3); }
div.DivClassName
{
background-color: #DC9203;
}
.BgClassName
{
background-color: #DC9203;
}
</style>
border-color css
<style>
span { border-color: #DC9203; }
span { border-color: rgb(220,146,3); }
td.TdClassName
{
border-color: #DC9203;
}
.TagClassName
{
border-color: #DC9203;
}
</style>