Shades of Gamboge #DC9014
Tints of Gamboge #DC9014
RGB
CMYK
RGB Variations
Color information
#DC9014 (or 0xDC9014) is known color: Gamboge. HEX triplet: DC, 90 and 14. RGB value is (220,144,20). Sum of RGB (Red+Green+Blue) = 220+144+20=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC9014 is #236FEB. Grayscale: #999999. Windows color (decimal): -2322412 or 1347804. OLE color: 1347804.
HSL color Cylindrical-coordinate representation of color #DC9014: hue angle of 37.2º 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 #DC9014 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.14 |
| HSL | 37.2º | 0.83% | 0.47% | - |
| HSV(B) | 37.2º | 0.91% | 0.86% | - |
| XYZ | 39.61 | 35.21 | 5.37 | - |
| YUV | 152.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 20 | 0 | 0.35 | 0.91 | 0.14 | 37.2 | 0.83 | 0.47 |
| Hex | DC | 90 | 14 | 0 | 23 | 5B | E | 25 | 53 | 2F |
| Octal | 334 | 220 | 24 | 0 | 43 | 133 | 16 | 45 | 123 | 57 |
| Binary | 11011100 | 10010000 | 10100 | 0 | 100011 | 1011011 | 1110 | 100101 | 1010011 | 101111 |
Color Harmonies of #DC9014
Complementary color
Monochromatic Colors of #DC9014
Black with #DC9014
Text Example
Text Example
White with #DC9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9014; }
p { color: rgb(220,144,20); }
H1.HeaderClassName
{
color: #DC9014;
}
.AnyTagClassName
{
color: #DC9014;
}
</style>
background-color css
<style>
a { background-color: #DC9014; }
a { background-color: rgb(220,144,20); }
div.DivClassName
{
background-color: #DC9014;
}
.BgClassName
{
background-color: #DC9014;
}
</style>
border-color css
<style>
span { border-color: #DC9014; }
span { border-color: rgb(220,144,20); }
td.TdClassName
{
border-color: #DC9014;
}
.TagClassName
{
border-color: #DC9014;
}
</style>