Shades of Gamboge #DC9814
Tints of Gamboge #DC9814
RGB
CMYK
RGB Variations
Color information
#DC9814 (or 0xDC9814) is known color: Gamboge. HEX triplet: DC, 98 and 14. RGB value is (220,152,20). Sum of RGB (Red+Green+Blue) = 220+152+20=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9814 is #2367EB. Grayscale: #9D9D9D. Windows color (decimal): -2320364 or 1349852. OLE color: 1349852.
HSL color Cylindrical-coordinate representation of color #DC9814: hue angle of 39.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC9814 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.14 |
| HSL | 39.6º | 0.83% | 0.47% | - |
| HSV(B) | 39.6º | 0.91% | 0.86% | - |
| XYZ | 40.87 | 37.72 | 5.79 | - |
| YUV | 157.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 20 | 0 | 0.31 | 0.91 | 0.14 | 39.6 | 0.83 | 0.47 |
| Hex | DC | 98 | 14 | 0 | 1F | 5B | E | 28 | 53 | 2F |
| Octal | 334 | 230 | 24 | 0 | 37 | 133 | 16 | 50 | 123 | 57 |
| Binary | 11011100 | 10011000 | 10100 | 0 | 11111 | 1011011 | 1110 | 101000 | 1010011 | 101111 |
Color Harmonies of #DC9814
Complementary color
Monochromatic Colors of #DC9814
Black with #DC9814
Text Example
Text Example
White with #DC9814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9814; }
p { color: rgb(220,152,20); }
H1.HeaderClassName
{
color: #DC9814;
}
.AnyTagClassName
{
color: #DC9814;
}
</style>
background-color css
<style>
a { background-color: #DC9814; }
a { background-color: rgb(220,152,20); }
div.DivClassName
{
background-color: #DC9814;
}
.BgClassName
{
background-color: #DC9814;
}
</style>
border-color css
<style>
span { border-color: #DC9814; }
span { border-color: rgb(220,152,20); }
td.TdClassName
{
border-color: #DC9814;
}
.TagClassName
{
border-color: #DC9814;
}
</style>