Shades of Gamboge #DC971A
Tints of Gamboge #DC971A
RGB
CMYK
RGB Variations
Color information
#DC971A (or 0xDC971A) is known color: Gamboge. HEX triplet: DC, 97 and 1A. RGB value is (220,151,26). Sum of RGB (Red+Green+Blue) = 220+151+26=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC971A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC971A is #2368E5. Grayscale: #9D9D9D. Windows color (decimal): -2320614 or 1742812. OLE color: 1742812.
HSL color Cylindrical-coordinate representation of color #DC971A: hue angle of 38.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC971A is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 26 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.14 |
| HSL | 38.66º | 0.79% | 0.48% | - |
| HSV(B) | 38.66º | 0.88% | 0.86% | - |
| XYZ | 40.77 | 37.42 | 6.05 | - |
| YUV | 157.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 26 | 0 | 0.31 | 0.88 | 0.14 | 38.66 | 0.79 | 0.48 |
| Hex | DC | 97 | 1A | 0 | 1F | 58 | E | 27 | 4F | 30 |
| Octal | 334 | 227 | 32 | 0 | 37 | 130 | 16 | 47 | 117 | 60 |
| Binary | 11011100 | 10010111 | 11010 | 0 | 11111 | 1011000 | 1110 | 100111 | 1001111 | 110000 |
Color Harmonies of #DC971A
Complementary color
Monochromatic Colors of #DC971A
Black with #DC971A
Text Example
Text Example
White with #DC971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC971A; }
p { color: rgb(220,151,26); }
H1.HeaderClassName
{
color: #DC971A;
}
.AnyTagClassName
{
color: #DC971A;
}
</style>
background-color css
<style>
a { background-color: #DC971A; }
a { background-color: rgb(220,151,26); }
div.DivClassName
{
background-color: #DC971A;
}
.BgClassName
{
background-color: #DC971A;
}
</style>
border-color css
<style>
span { border-color: #DC971A; }
span { border-color: rgb(220,151,26); }
td.TdClassName
{
border-color: #DC971A;
}
.TagClassName
{
border-color: #DC971A;
}
</style>