Shades of Gamboge #DC9714
Tints of Gamboge #DC9714
RGB
CMYK
RGB Variations
Color information
#DC9714 (or 0xDC9714) is known color: Gamboge. HEX triplet: DC, 97 and 14. RGB value is (220,151,20). Sum of RGB (Red+Green+Blue) = 220+151+20=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9714 is #2368EB. Grayscale: #9D9D9D. Windows color (decimal): -2320620 or 1349596. OLE color: 1349596.
HSL color Cylindrical-coordinate representation of color #DC9714: hue angle of 39.3º 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 #DC9714 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 20 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.14 |
| HSL | 39.3º | 0.83% | 0.47% | - |
| HSV(B) | 39.3º | 0.91% | 0.86% | - |
| XYZ | 40.71 | 37.4 | 5.74 | - |
| YUV | 156.7 | 50.86 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 20 | 0 | 0.31 | 0.91 | 0.14 | 39.3 | 0.83 | 0.47 |
| Hex | DC | 97 | 14 | 0 | 1F | 5B | E | 27 | 53 | 2F |
| Octal | 334 | 227 | 24 | 0 | 37 | 133 | 16 | 47 | 123 | 57 |
| Binary | 11011100 | 10010111 | 10100 | 0 | 11111 | 1011011 | 1110 | 100111 | 1010011 | 101111 |
Color Harmonies of #DC9714
Complementary color
Monochromatic Colors of #DC9714
Black with #DC9714
Text Example
Text Example
White with #DC9714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9714; }
p { color: rgb(220,151,20); }
H1.HeaderClassName
{
color: #DC9714;
}
.AnyTagClassName
{
color: #DC9714;
}
</style>
background-color css
<style>
a { background-color: #DC9714; }
a { background-color: rgb(220,151,20); }
div.DivClassName
{
background-color: #DC9714;
}
.BgClassName
{
background-color: #DC9714;
}
</style>
border-color css
<style>
span { border-color: #DC9714; }
span { border-color: rgb(220,151,20); }
td.TdClassName
{
border-color: #DC9714;
}
.TagClassName
{
border-color: #DC9714;
}
</style>