Shades of Gamboge #DC900B
Tints of Gamboge #DC900B
RGB
CMYK
RGB Variations
Color information
#DC900B (or 0xDC900B) is known color: Gamboge. HEX triplet: DC, 90 and 0B. RGB value is (220,144,11). Sum of RGB (Red+Green+Blue) = 220+144+11=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC900B is #236FF4. Grayscale: #989898. Windows color (decimal): -2322421 or 757980. OLE color: 757980.
HSL color Cylindrical-coordinate representation of color #DC900B: hue angle of 38.18º 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 #DC900B is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 11 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.14 |
| HSL | 38.18º | 0.9% | 0.45% | - |
| HSV(B) | 38.18º | 0.95% | 0.86% | - |
| XYZ | 39.55 | 35.19 | 5.02 | - |
| YUV | 151.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 11 | 0 | 0.35 | 0.95 | 0.14 | 38.18 | 0.9 | 0.45 |
| Hex | DC | 90 | B | 0 | 23 | 5F | E | 26 | 5A | 2D |
| Octal | 334 | 220 | 13 | 0 | 43 | 137 | 16 | 46 | 132 | 55 |
| Binary | 11011100 | 10010000 | 1011 | 0 | 100011 | 1011111 | 1110 | 100110 | 1011010 | 101101 |
Color Harmonies of #DC900B
Complementary color
Monochromatic Colors of #DC900B
Black with #DC900B
Text Example
Text Example
White with #DC900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC900B; }
p { color: rgb(220,144,11); }
H1.HeaderClassName
{
color: #DC900B;
}
.AnyTagClassName
{
color: #DC900B;
}
</style>
background-color css
<style>
a { background-color: #DC900B; }
a { background-color: rgb(220,144,11); }
div.DivClassName
{
background-color: #DC900B;
}
.BgClassName
{
background-color: #DC900B;
}
</style>
border-color css
<style>
span { border-color: #DC900B; }
span { border-color: rgb(220,144,11); }
td.TdClassName
{
border-color: #DC900B;
}
.TagClassName
{
border-color: #DC900B;
}
</style>