Shades of Gamboge #DC960B
Tints of Gamboge #DC960B
RGB
CMYK
RGB Variations
Color information
#DC960B (or 0xDC960B) is known color: Gamboge. HEX triplet: DC, 96 and 0B. RGB value is (220,150,11). Sum of RGB (Red+Green+Blue) = 220+150+11=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC960B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC960B is #2369F4. Grayscale: #9B9B9B. Windows color (decimal): -2320885 or 759516. OLE color: 759516.
HSL color Cylindrical-coordinate representation of color #DC960B: hue angle of 39.9º 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 #DC960B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 150 | 11 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.14 |
| HSL | 39.9º | 0.9% | 0.45% | - |
| HSV(B) | 39.9º | 0.95% | 0.86% | - |
| XYZ | 40.48 | 37.05 | 5.33 | - |
| YUV | 155.08 | 46.69 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 150 | 11 | 0 | 0.32 | 0.95 | 0.14 | 39.9 | 0.9 | 0.45 |
| Hex | DC | 96 | B | 0 | 20 | 5F | E | 28 | 5A | 2D |
| Octal | 334 | 226 | 13 | 0 | 40 | 137 | 16 | 50 | 132 | 55 |
| Binary | 11011100 | 10010110 | 1011 | 0 | 100000 | 1011111 | 1110 | 101000 | 1011010 | 101101 |
Color Harmonies of #DC960B
Complementary color
Monochromatic Colors of #DC960B
Black with #DC960B
Text Example
Text Example
White with #DC960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC960B; }
p { color: rgb(220,150,11); }
H1.HeaderClassName
{
color: #DC960B;
}
.AnyTagClassName
{
color: #DC960B;
}
</style>
background-color css
<style>
a { background-color: #DC960B; }
a { background-color: rgb(220,150,11); }
div.DivClassName
{
background-color: #DC960B;
}
.BgClassName
{
background-color: #DC960B;
}
</style>
border-color css
<style>
span { border-color: #DC960B; }
span { border-color: rgb(220,150,11); }
td.TdClassName
{
border-color: #DC960B;
}
.TagClassName
{
border-color: #DC960B;
}
</style>