Shades of Gamboge #DC9206
Tints of Gamboge #DC9206
RGB
CMYK
RGB Variations
Color information
#DC9206 (or 0xDC9206) is known color: Gamboge. HEX triplet: DC, 92 and 06. RGB value is (220,146,6). Sum of RGB (Red+Green+Blue) = 220+146+6=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9206 is #236DF9. Grayscale: #989898. Windows color (decimal): -2321914 or 430812. OLE color: 430812.
HSL color Cylindrical-coordinate representation of color #DC9206: hue angle of 39.25º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC9206 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.14 |
| HSL | 39.25º | 0.95% | 0.44% | - |
| HSV(B) | 39.25º | 0.97% | 0.86% | - |
| XYZ | 39.83 | 35.79 | 4.98 | - |
| YUV | 152.17 | 45.52 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 6 | 0 | 0.34 | 0.97 | 0.14 | 39.25 | 0.95 | 0.44 |
| Hex | DC | 92 | 6 | 0 | 22 | 61 | E | 27 | 5F | 2C |
| Octal | 334 | 222 | 6 | 0 | 42 | 141 | 16 | 47 | 137 | 54 |
| Binary | 11011100 | 10010010 | 110 | 0 | 100010 | 1100001 | 1110 | 100111 | 1011111 | 101100 |
Color Harmonies of #DC9206
Complementary color
Monochromatic Colors of #DC9206
Black with #DC9206
Text Example
Text Example
White with #DC9206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9206; }
p { color: rgb(220,146,6); }
H1.HeaderClassName
{
color: #DC9206;
}
.AnyTagClassName
{
color: #DC9206;
}
</style>
background-color css
<style>
a { background-color: #DC9206; }
a { background-color: rgb(220,146,6); }
div.DivClassName
{
background-color: #DC9206;
}
.BgClassName
{
background-color: #DC9206;
}
</style>
border-color css
<style>
span { border-color: #DC9206; }
span { border-color: rgb(220,146,6); }
td.TdClassName
{
border-color: #DC9206;
}
.TagClassName
{
border-color: #DC9206;
}
</style>