Shades of Gamboge #DC9A03
Tints of Gamboge #DC9A03
RGB
CMYK
RGB Variations
Color information
#DC9A03 (or 0xDC9A03) is known color: Gamboge. HEX triplet: DC, 9A and 03. RGB value is (220,154,3). Sum of RGB (Red+Green+Blue) = 220+154+3=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A03 is #2365FC. Grayscale: #9D9D9D. Windows color (decimal): -2319869 or 236252. OLE color: 236252.
HSL color Cylindrical-coordinate representation of color #DC9A03: hue angle of 41.75º 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 #DC9A03 is Cyan = 0, Magento = 0.3, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 3 | - |
| CMYK | 0 | 0.3 | 0.99 | 0.14 |
| HSL | 41.75º | 0.97% | 0.44% | - |
| HSV(B) | 41.75º | 0.99% | 0.86% | - |
| XYZ | 41.09 | 38.33 | 5.32 | - |
| YUV | 156.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 3 | 0 | 0.3 | 0.99 | 0.14 | 41.75 | 0.97 | 0.44 |
| Hex | DC | 9A | 3 | 0 | 1E | 63 | E | 2A | 61 | 2C |
| Octal | 334 | 232 | 3 | 0 | 36 | 143 | 16 | 52 | 141 | 54 |
| Binary | 11011100 | 10011010 | 11 | 0 | 11110 | 1100011 | 1110 | 101010 | 1100001 | 101100 |
Color Harmonies of #DC9A03
Complementary color
Monochromatic Colors of #DC9A03
Black with #DC9A03
Text Example
Text Example
White with #DC9A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A03; }
p { color: rgb(220,154,3); }
H1.HeaderClassName
{
color: #DC9A03;
}
.AnyTagClassName
{
color: #DC9A03;
}
</style>
background-color css
<style>
a { background-color: #DC9A03; }
a { background-color: rgb(220,154,3); }
div.DivClassName
{
background-color: #DC9A03;
}
.BgClassName
{
background-color: #DC9A03;
}
</style>
border-color css
<style>
span { border-color: #DC9A03; }
span { border-color: rgb(220,154,3); }
td.TdClassName
{
border-color: #DC9A03;
}
.TagClassName
{
border-color: #DC9A03;
}
</style>