Shades of Gamboge #DC920D
Tints of Gamboge #DC920D
RGB
CMYK
RGB Variations
Color information
#DC920D (or 0xDC920D) is known color: Gamboge. HEX triplet: DC, 92 and 0D. RGB value is (220,146,13). Sum of RGB (Red+Green+Blue) = 220+146+13=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC920D is #236DF2. Grayscale: #999999. Windows color (decimal): -2321907 or 889564. OLE color: 889564.
HSL color Cylindrical-coordinate representation of color #DC920D: hue angle of 38.55º 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 #DC920D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 146 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.14 |
| HSL | 38.55º | 0.89% | 0.46% | - |
| HSV(B) | 38.55º | 0.94% | 0.86% | - |
| XYZ | 39.87 | 35.8 | 5.19 | - |
| YUV | 152.96 | 49.02 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 146 | 13 | 0 | 0.34 | 0.94 | 0.14 | 38.55 | 0.89 | 0.46 |
| Hex | DC | 92 | D | 0 | 22 | 5E | E | 27 | 59 | 2E |
| Octal | 334 | 222 | 15 | 0 | 42 | 136 | 16 | 47 | 131 | 56 |
| Binary | 11011100 | 10010010 | 1101 | 0 | 100010 | 1011110 | 1110 | 100111 | 1011001 | 101110 |
Color Harmonies of #DC920D
Complementary color
Monochromatic Colors of #DC920D
Black with #DC920D
Text Example
Text Example
White with #DC920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC920D; }
p { color: rgb(220,146,13); }
H1.HeaderClassName
{
color: #DC920D;
}
.AnyTagClassName
{
color: #DC920D;
}
</style>
background-color css
<style>
a { background-color: #DC920D; }
a { background-color: rgb(220,146,13); }
div.DivClassName
{
background-color: #DC920D;
}
.BgClassName
{
background-color: #DC920D;
}
</style>
border-color css
<style>
span { border-color: #DC920D; }
span { border-color: rgb(220,146,13); }
td.TdClassName
{
border-color: #DC920D;
}
.TagClassName
{
border-color: #DC920D;
}
</style>