Shades of Gamboge #DC940B
Tints of Gamboge #DC940B
RGB
CMYK
RGB Variations
Color information
#DC940B (or 0xDC940B) is known color: Gamboge. HEX triplet: DC, 94 and 0B. RGB value is (220,148,11). Sum of RGB (Red+Green+Blue) = 220+148+11=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC940B is #236BF4. Grayscale: #9A9A9A. Windows color (decimal): -2321397 or 759004. OLE color: 759004.
HSL color Cylindrical-coordinate representation of color #DC940B: hue angle of 39.33º 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 #DC940B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 148 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.14 |
| HSL | 39.33º | 0.9% | 0.45% | - |
| HSV(B) | 39.33º | 0.95% | 0.86% | - |
| XYZ | 40.17 | 36.42 | 5.23 | - |
| YUV | 153.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 148 | 11 | 0 | 0.33 | 0.95 | 0.14 | 39.33 | 0.9 | 0.45 |
| Hex | DC | 94 | B | 0 | 21 | 5F | E | 27 | 5A | 2D |
| Octal | 334 | 224 | 13 | 0 | 41 | 137 | 16 | 47 | 132 | 55 |
| Binary | 11011100 | 10010100 | 1011 | 0 | 100001 | 1011111 | 1110 | 100111 | 1011010 | 101101 |
Color Harmonies of #DC940B
Complementary color
Monochromatic Colors of #DC940B
Black with #DC940B
Text Example
Text Example
White with #DC940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC940B; }
p { color: rgb(220,148,11); }
H1.HeaderClassName
{
color: #DC940B;
}
.AnyTagClassName
{
color: #DC940B;
}
</style>
background-color css
<style>
a { background-color: #DC940B; }
a { background-color: rgb(220,148,11); }
div.DivClassName
{
background-color: #DC940B;
}
.BgClassName
{
background-color: #DC940B;
}
</style>
border-color css
<style>
span { border-color: #DC940B; }
span { border-color: rgb(220,148,11); }
td.TdClassName
{
border-color: #DC940B;
}
.TagClassName
{
border-color: #DC940B;
}
</style>