Shades of Gamboge #DC930D
Tints of Gamboge #DC930D
RGB
CMYK
RGB Variations
Color information
#DC930D (or 0xDC930D) is known color: Gamboge. HEX triplet: DC, 93 and 0D. RGB value is (220,147,13). Sum of RGB (Red+Green+Blue) = 220+147+13=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930D is #236CF2. Grayscale: #9A9A9A. Windows color (decimal): -2321651 or 889820. OLE color: 889820.
HSL color Cylindrical-coordinate representation of color #DC930D: hue angle of 38.84º 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 #DC930D is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 147 | 13 | - |
CMYK | 0 | 0.33 | 0.94 | 0.14 |
HSL | 38.84º | 0.89% | 0.46% | - |
HSV(B) | 38.84º | 0.94% | 0.86% | - |
XYZ | 40.02 | 36.11 | 5.24 | - |
YUV | 153.55 | 48.68 | 175.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 147 | 13 | 0 | 0.33 | 0.94 | 0.14 | 38.84 | 0.89 | 0.46 |
Hex | DC | 93 | D | 0 | 21 | 5E | E | 27 | 59 | 2E |
Octal | 334 | 223 | 15 | 0 | 41 | 136 | 16 | 47 | 131 | 56 |
Binary | 11011100 | 10010011 | 1101 | 0 | 100001 | 1011110 | 1110 | 100111 | 1011001 | 101110 |
Color Harmonies of #DC930D
Complementary color
Monochromatic Colors of #DC930D
Black with #DC930D
Text Example
Text Example
White with #DC930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC930D; }
p { color: rgb(220,147,13); }
H1.HeaderClassName
{
color: #DC930D;
}
.AnyTagClassName
{
color: #DC930D;
}
</style>
background-color css
<style>
a { background-color: #DC930D; }
a { background-color: rgb(220,147,13); }
div.DivClassName
{
background-color: #DC930D;
}
.BgClassName
{
background-color: #DC930D;
}
</style>
border-color css
<style>
span { border-color: #DC930D; }
span { border-color: rgb(220,147,13); }
td.TdClassName
{
border-color: #DC930D;
}
.TagClassName
{
border-color: #DC930D;
}
</style>