Shades of Gamboge #DC970B
Tints of Gamboge #DC970B
RGB
CMYK
RGB Variations
Color information
#DC970B (or 0xDC970B) is known color: Gamboge. HEX triplet: DC, 97 and 0B. RGB value is (220,151,11). Sum of RGB (Red+Green+Blue) = 220+151+11=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC970B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC970B is #2368F4. Grayscale: #9C9C9C. Windows color (decimal): -2320629 or 759772. OLE color: 759772.
HSL color Cylindrical-coordinate representation of color #DC970B: hue angle of 40.19º 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 #DC970B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.14 |
| HSL | 40.19º | 0.9% | 0.45% | - |
| HSV(B) | 40.19º | 0.95% | 0.86% | - |
| XYZ | 40.64 | 37.37 | 5.39 | - |
| YUV | 155.67 | 46.36 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 11 | 0 | 0.31 | 0.95 | 0.14 | 40.19 | 0.9 | 0.45 |
| Hex | DC | 97 | B | 0 | 1F | 5F | E | 28 | 5A | 2D |
| Octal | 334 | 227 | 13 | 0 | 37 | 137 | 16 | 50 | 132 | 55 |
| Binary | 11011100 | 10010111 | 1011 | 0 | 11111 | 1011111 | 1110 | 101000 | 1011010 | 101101 |
Color Harmonies of #DC970B
Complementary color
Monochromatic Colors of #DC970B
Black with #DC970B
Text Example
Text Example
White with #DC970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC970B; }
p { color: rgb(220,151,11); }
H1.HeaderClassName
{
color: #DC970B;
}
.AnyTagClassName
{
color: #DC970B;
}
</style>
background-color css
<style>
a { background-color: #DC970B; }
a { background-color: rgb(220,151,11); }
div.DivClassName
{
background-color: #DC970B;
}
.BgClassName
{
background-color: #DC970B;
}
</style>
border-color css
<style>
span { border-color: #DC970B; }
span { border-color: rgb(220,151,11); }
td.TdClassName
{
border-color: #DC970B;
}
.TagClassName
{
border-color: #DC970B;
}
</style>