Shades of Gamboge #DC9A15
Tints of Gamboge #DC9A15
RGB
CMYK
RGB Variations
Color information
#DC9A15 (or 0xDC9A15) is known color: Gamboge. HEX triplet: DC, 9A and 15. RGB value is (220,154,21). Sum of RGB (Red+Green+Blue) = 220+154+21=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9A15 is #2365EA. Grayscale: #9F9F9F. Windows color (decimal): -2319851 or 1415900. OLE color: 1415900.
HSL color Cylindrical-coordinate representation of color #DC9A15: hue angle of 40.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC9A15 is Cyan = 0, Magento = 0.3, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 21 | - |
| CMYK | 0 | 0.3 | 0.90 | 0.14 |
| HSL | 40.1º | 0.83% | 0.47% | - |
| HSV(B) | 40.1º | 0.9% | 0.86% | - |
| XYZ | 41.21 | 38.38 | 5.95 | - |
| YUV | 158.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 21 | 0 | 0.3 | 0.90 | 0.14 | 40.1 | 0.83 | 0.47 |
| Hex | DC | 9A | 15 | 0 | 1E | 5A | E | 28 | 53 | 2F |
| Octal | 334 | 232 | 25 | 0 | 36 | 132 | 16 | 50 | 123 | 57 |
| Binary | 11011100 | 10011010 | 10101 | 0 | 11110 | 1011010 | 1110 | 101000 | 1010011 | 101111 |
Color Harmonies of #DC9A15
Complementary color
Monochromatic Colors of #DC9A15
Black with #DC9A15
Text Example
Text Example
White with #DC9A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A15; }
p { color: rgb(220,154,21); }
H1.HeaderClassName
{
color: #DC9A15;
}
.AnyTagClassName
{
color: #DC9A15;
}
</style>
background-color css
<style>
a { background-color: #DC9A15; }
a { background-color: rgb(220,154,21); }
div.DivClassName
{
background-color: #DC9A15;
}
.BgClassName
{
background-color: #DC9A15;
}
</style>
border-color css
<style>
span { border-color: #DC9A15; }
span { border-color: rgb(220,154,21); }
td.TdClassName
{
border-color: #DC9A15;
}
.TagClassName
{
border-color: #DC9A15;
}
</style>