Shades of Gamboge #DC9F03
Tints of Gamboge #DC9F03
RGB
CMYK
RGB Variations
Color information
#DC9F03 (or 0xDC9F03) is known color: Gamboge. HEX triplet: DC, 9F and 03. RGB value is (220,159,3). Sum of RGB (Red+Green+Blue) = 220+159+3=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 3 (1.56% from 255 or 0.79% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F03 is #2360FC. Grayscale: #A0A0A0. Windows color (decimal): -2318589 or 237532. OLE color: 237532.
HSL color Cylindrical-coordinate representation of color #DC9F03: hue angle of 43.13º 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 #DC9F03 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 3 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.14 |
| HSL | 43.13º | 0.97% | 0.44% | - |
| HSV(B) | 43.13º | 0.99% | 0.86% | - |
| XYZ | 41.93 | 40.02 | 5.6 | - |
| YUV | 159.46 | 39.71 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 3 | 0 | 0.28 | 0.99 | 0.14 | 43.13 | 0.97 | 0.44 |
| Hex | DC | 9F | 3 | 0 | 1C | 63 | E | 2B | 61 | 2C |
| Octal | 334 | 237 | 3 | 0 | 34 | 143 | 16 | 53 | 141 | 54 |
| Binary | 11011100 | 10011111 | 11 | 0 | 11100 | 1100011 | 1110 | 101011 | 1100001 | 101100 |
Color Harmonies of #DC9F03
Complementary color
Monochromatic Colors of #DC9F03
Black with #DC9F03
Text Example
Text Example
White with #DC9F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F03; }
p { color: rgb(220,159,3); }
H1.HeaderClassName
{
color: #DC9F03;
}
.AnyTagClassName
{
color: #DC9F03;
}
</style>
background-color css
<style>
a { background-color: #DC9F03; }
a { background-color: rgb(220,159,3); }
div.DivClassName
{
background-color: #DC9F03;
}
.BgClassName
{
background-color: #DC9F03;
}
</style>
border-color css
<style>
span { border-color: #DC9F03; }
span { border-color: rgb(220,159,3); }
td.TdClassName
{
border-color: #DC9F03;
}
.TagClassName
{
border-color: #DC9F03;
}
</style>