Shades of Gamboge #DC9F05
Tints of Gamboge #DC9F05
RGB
CMYK
RGB Variations
Color information
#DC9F05 (or 0xDC9F05) is known color: Gamboge. HEX triplet: DC, 9F and 05. RGB value is (220,159,5). Sum of RGB (Red+Green+Blue) = 220+159+5=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9F05 is #2360FA. Grayscale: #A0A0A0. Windows color (decimal): -2318587 or 368604. OLE color: 368604.
HSL color Cylindrical-coordinate representation of color #DC9F05: hue angle of 42.98º 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 #DC9F05 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 159 | 5 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.14 |
| HSL | 42.98º | 0.96% | 0.44% | - |
| HSV(B) | 42.98º | 0.98% | 0.86% | - |
| XYZ | 41.94 | 40.02 | 5.66 | - |
| YUV | 159.68 | 40.71 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 5 | 0 | 0.28 | 0.98 | 0.14 | 42.98 | 0.96 | 0.44 |
| Hex | DC | 9F | 5 | 0 | 1C | 62 | E | 2B | 60 | 2C |
| Octal | 334 | 237 | 5 | 0 | 34 | 142 | 16 | 53 | 140 | 54 |
| Binary | 11011100 | 10011111 | 101 | 0 | 11100 | 1100010 | 1110 | 101011 | 1100000 | 101100 |
Color Harmonies of #DC9F05
Complementary color
Monochromatic Colors of #DC9F05
Black with #DC9F05
Text Example
Text Example
White with #DC9F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9F05; }
p { color: rgb(220,159,5); }
H1.HeaderClassName
{
color: #DC9F05;
}
.AnyTagClassName
{
color: #DC9F05;
}
</style>
background-color css
<style>
a { background-color: #DC9F05; }
a { background-color: rgb(220,159,5); }
div.DivClassName
{
background-color: #DC9F05;
}
.BgClassName
{
background-color: #DC9F05;
}
</style>
border-color css
<style>
span { border-color: #DC9F05; }
span { border-color: rgb(220,159,5); }
td.TdClassName
{
border-color: #DC9F05;
}
.TagClassName
{
border-color: #DC9F05;
}
</style>