Shades of Gamboge #DC9A1B
Tints of Gamboge #DC9A1B
RGB
CMYK
RGB Variations
Color information
#DC9A1B (or 0xDC9A1B) is known color: Gamboge. HEX triplet: DC, 9A and 1B. RGB value is (220,154,27). Sum of RGB (Red+Green+Blue) = 220+154+27=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 154 (60.55% from 255 or 38.40% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A1B is #2365E4. Grayscale: #9F9F9F. Windows color (decimal): -2319845 or 1809116. OLE color: 1809116.
HSL color Cylindrical-coordinate representation of color #DC9A1B: hue angle of 39.48º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC9A1B is Cyan = 0, Magento = 0.3, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 154 | 27 | - |
| CMYK | 0 | 0.3 | 0.88 | 0.14 |
| HSL | 39.48º | 0.78% | 0.48% | - |
| HSV(B) | 39.48º | 0.88% | 0.86% | - |
| XYZ | 41.27 | 38.41 | 6.27 | - |
| YUV | 159.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 27 | 0 | 0.3 | 0.88 | 0.14 | 39.48 | 0.78 | 0.48 |
| Hex | DC | 9A | 1B | 0 | 1E | 58 | E | 27 | 4E | 30 |
| Octal | 334 | 232 | 33 | 0 | 36 | 130 | 16 | 47 | 116 | 60 |
| Binary | 11011100 | 10011010 | 11011 | 0 | 11110 | 1011000 | 1110 | 100111 | 1001110 | 110000 |
Color Harmonies of #DC9A1B
Complementary color
Monochromatic Colors of #DC9A1B
Black with #DC9A1B
Text Example
Text Example
White with #DC9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9A1B; }
p { color: rgb(220,154,27); }
H1.HeaderClassName
{
color: #DC9A1B;
}
.AnyTagClassName
{
color: #DC9A1B;
}
</style>
background-color css
<style>
a { background-color: #DC9A1B; }
a { background-color: rgb(220,154,27); }
div.DivClassName
{
background-color: #DC9A1B;
}
.BgClassName
{
background-color: #DC9A1B;
}
</style>
border-color css
<style>
span { border-color: #DC9A1B; }
span { border-color: rgb(220,154,27); }
td.TdClassName
{
border-color: #DC9A1B;
}
.TagClassName
{
border-color: #DC9A1B;
}
</style>