Shades of Gamboge #DC980A
Tints of Gamboge #DC980A
RGB
CMYK
RGB Variations
Color information
#DC980A (or 0xDC980A) is known color: Gamboge. HEX triplet: DC, 98 and 0A. RGB value is (220,152,10). Sum of RGB (Red+Green+Blue) = 220+152+10=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC980A is #2367F5. Grayscale: #9C9C9C. Windows color (decimal): -2320374 or 694492. OLE color: 694492.
HSL color Cylindrical-coordinate representation of color #DC980A: hue angle of 40.57º degrees, saturation: 0.91, 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 #DC980A is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 10 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.14 |
| HSL | 40.57º | 0.91% | 0.45% | - |
| HSV(B) | 40.57º | 0.95% | 0.86% | - |
| XYZ | 40.8 | 37.69 | 5.41 | - |
| YUV | 156.14 | 45.53 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 10 | 0 | 0.31 | 0.95 | 0.14 | 40.57 | 0.91 | 0.45 |
| Hex | DC | 98 | A | 0 | 1F | 5F | E | 29 | 5B | 2D |
| Octal | 334 | 230 | 12 | 0 | 37 | 137 | 16 | 51 | 133 | 55 |
| Binary | 11011100 | 10011000 | 1010 | 0 | 11111 | 1011111 | 1110 | 101001 | 1011011 | 101101 |
Color Harmonies of #DC980A
Complementary color
Monochromatic Colors of #DC980A
Black with #DC980A
Text Example
Text Example
White with #DC980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC980A; }
p { color: rgb(220,152,10); }
H1.HeaderClassName
{
color: #DC980A;
}
.AnyTagClassName
{
color: #DC980A;
}
</style>
background-color css
<style>
a { background-color: #DC980A; }
a { background-color: rgb(220,152,10); }
div.DivClassName
{
background-color: #DC980A;
}
.BgClassName
{
background-color: #DC980A;
}
</style>
border-color css
<style>
span { border-color: #DC980A; }
span { border-color: rgb(220,152,10); }
td.TdClassName
{
border-color: #DC980A;
}
.TagClassName
{
border-color: #DC980A;
}
</style>