Shades of Gamboge #DC940D
Tints of Gamboge #DC940D
RGB
CMYK
RGB Variations
Color information
#DC940D (or 0xDC940D) is known color: Gamboge. HEX triplet: DC, 94 and 0D. RGB value is (220,148,13). Sum of RGB (Red+Green+Blue) = 220+148+13=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC940D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC940D is #236BF2. Grayscale: #9A9A9A. Windows color (decimal): -2321395 or 890076. OLE color: 890076.
HSL color Cylindrical-coordinate representation of color #DC940D: hue angle of 39.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC940D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 13 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.14 |
| HSL | 39.13º | 0.89% | 0.46% | - |
| HSV(B) | 39.13º | 0.94% | 0.86% | - |
| XYZ | 40.18 | 36.42 | 5.29 | - |
| YUV | 154.14 | 48.35 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 13 | 0 | 0.33 | 0.94 | 0.14 | 39.13 | 0.89 | 0.46 |
| Hex | DC | 94 | D | 0 | 21 | 5E | E | 27 | 59 | 2E |
| Octal | 334 | 224 | 15 | 0 | 41 | 136 | 16 | 47 | 131 | 56 |
| Binary | 11011100 | 10010100 | 1101 | 0 | 100001 | 1011110 | 1110 | 100111 | 1011001 | 101110 |
Color Harmonies of #DC940D
Complementary color
Monochromatic Colors of #DC940D
Black with #DC940D
Text Example
Text Example
White with #DC940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC940D; }
p { color: rgb(220,148,13); }
H1.HeaderClassName
{
color: #DC940D;
}
.AnyTagClassName
{
color: #DC940D;
}
</style>
background-color css
<style>
a { background-color: #DC940D; }
a { background-color: rgb(220,148,13); }
div.DivClassName
{
background-color: #DC940D;
}
.BgClassName
{
background-color: #DC940D;
}
</style>
border-color css
<style>
span { border-color: #DC940D; }
span { border-color: rgb(220,148,13); }
td.TdClassName
{
border-color: #DC940D;
}
.TagClassName
{
border-color: #DC940D;
}
</style>