Shades of Gamboge #DC9202
Tints of Gamboge #DC9202
RGB
CMYK
RGB Variations
Color information
#DC9202 (or 0xDC9202) is known color: Gamboge. HEX triplet: DC, 92 and 02. RGB value is (220,146,2). Sum of RGB (Red+Green+Blue) = 220+146+2=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9202 is #236DFD. Grayscale: #989898. Windows color (decimal): -2321918 or 168668. OLE color: 168668.
HSL color Cylindrical-coordinate representation of color #DC9202: hue angle of 39.63º degrees, saturation: 0.98, 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 #DC9202 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.14 |
| HSL | 39.63º | 0.98% | 0.44% | - |
| HSV(B) | 39.63º | 0.99% | 0.86% | - |
| XYZ | 39.81 | 35.78 | 4.87 | - |
| YUV | 151.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 2 | 0 | 0.34 | 0.99 | 0.14 | 39.63 | 0.98 | 0.44 |
| Hex | DC | 92 | 2 | 0 | 22 | 63 | E | 28 | 62 | 2C |
| Octal | 334 | 222 | 2 | 0 | 42 | 143 | 16 | 50 | 142 | 54 |
| Binary | 11011100 | 10010010 | 10 | 0 | 100010 | 1100011 | 1110 | 101000 | 1100010 | 101100 |
Color Harmonies of #DC9202
Complementary color
Monochromatic Colors of #DC9202
Black with #DC9202
Text Example
Text Example
White with #DC9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9202; }
p { color: rgb(220,146,2); }
H1.HeaderClassName
{
color: #DC9202;
}
.AnyTagClassName
{
color: #DC9202;
}
</style>
background-color css
<style>
a { background-color: #DC9202; }
a { background-color: rgb(220,146,2); }
div.DivClassName
{
background-color: #DC9202;
}
.BgClassName
{
background-color: #DC9202;
}
</style>
border-color css
<style>
span { border-color: #DC9202; }
span { border-color: rgb(220,146,2); }
td.TdClassName
{
border-color: #DC9202;
}
.TagClassName
{
border-color: #DC9202;
}
</style>