Shades of Gamboge #DC930C
Tints of Gamboge #DC930C
RGB
CMYK
RGB Variations
Color information
#DC930C (or 0xDC930C) is known color: Gamboge. HEX triplet: DC, 93 and 0C. RGB value is (220,147,12). Sum of RGB (Red+Green+Blue) = 220+147+12=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930C is #236CF3. Grayscale: #9A9A9A. Windows color (decimal): -2321652 or 824284. OLE color: 824284.
HSL color Cylindrical-coordinate representation of color #DC930C: hue angle of 38.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC930C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.14 |
| HSL | 38.94º | 0.9% | 0.45% | - |
| HSV(B) | 38.94º | 0.95% | 0.86% | - |
| XYZ | 40.02 | 36.11 | 5.21 | - |
| YUV | 153.44 | 48.18 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 12 | 0 | 0.33 | 0.95 | 0.14 | 38.94 | 0.9 | 0.45 |
| Hex | DC | 93 | C | 0 | 21 | 5F | E | 27 | 5A | 2D |
| Octal | 334 | 223 | 14 | 0 | 41 | 137 | 16 | 47 | 132 | 55 |
| Binary | 11011100 | 10010011 | 1100 | 0 | 100001 | 1011111 | 1110 | 100111 | 1011010 | 101101 |
Color Harmonies of #DC930C
Complementary color
Monochromatic Colors of #DC930C
Black with #DC930C
Text Example
Text Example
White with #DC930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC930C; }
p { color: rgb(220,147,12); }
H1.HeaderClassName
{
color: #DC930C;
}
.AnyTagClassName
{
color: #DC930C;
}
</style>
background-color css
<style>
a { background-color: #DC930C; }
a { background-color: rgb(220,147,12); }
div.DivClassName
{
background-color: #DC930C;
}
.BgClassName
{
background-color: #DC930C;
}
</style>
border-color css
<style>
span { border-color: #DC930C; }
span { border-color: rgb(220,147,12); }
td.TdClassName
{
border-color: #DC930C;
}
.TagClassName
{
border-color: #DC930C;
}
</style>