Shades of Gamboge #DC930B
Tints of Gamboge #DC930B
RGB
CMYK
RGB Variations
Color information
#DC930B (or 0xDC930B) is known color: Gamboge. HEX triplet: DC, 93 and 0B. RGB value is (220,147,11). Sum of RGB (Red+Green+Blue) = 220+147+11=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC930B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC930B is #236CF4. Grayscale: #999999. Windows color (decimal): -2321653 or 758748. OLE color: 758748.
HSL color Cylindrical-coordinate representation of color #DC930B: hue angle of 39.04º 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 #DC930B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 11 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.14 |
| HSL | 39.04º | 0.9% | 0.45% | - |
| HSV(B) | 39.04º | 0.95% | 0.86% | - |
| XYZ | 40.01 | 36.11 | 5.18 | - |
| YUV | 153.32 | 47.68 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 11 | 0 | 0.33 | 0.95 | 0.14 | 39.04 | 0.9 | 0.45 |
| Hex | DC | 93 | B | 0 | 21 | 5F | E | 27 | 5A | 2D |
| Octal | 334 | 223 | 13 | 0 | 41 | 137 | 16 | 47 | 132 | 55 |
| Binary | 11011100 | 10010011 | 1011 | 0 | 100001 | 1011111 | 1110 | 100111 | 1011010 | 101101 |
Color Harmonies of #DC930B
Complementary color
Monochromatic Colors of #DC930B
Black with #DC930B
Text Example
Text Example
White with #DC930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC930B; }
p { color: rgb(220,147,11); }
H1.HeaderClassName
{
color: #DC930B;
}
.AnyTagClassName
{
color: #DC930B;
}
</style>
background-color css
<style>
a { background-color: #DC930B; }
a { background-color: rgb(220,147,11); }
div.DivClassName
{
background-color: #DC930B;
}
.BgClassName
{
background-color: #DC930B;
}
</style>
border-color css
<style>
span { border-color: #DC930B; }
span { border-color: rgb(220,147,11); }
td.TdClassName
{
border-color: #DC930B;
}
.TagClassName
{
border-color: #DC930B;
}
</style>