Shades of Gamboge #DC9D1A
Tints of Gamboge #DC9D1A
RGB
CMYK
RGB Variations
Color information
#DC9D1A (or 0xDC9D1A) is known color: Gamboge. HEX triplet: DC, 9D and 1A. RGB value is (220,157,26). Sum of RGB (Red+Green+Blue) = 220+157+26=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D1A is #2362E5. Grayscale: #A1A1A1. Windows color (decimal): -2319078 or 1744348. OLE color: 1744348.
HSL color Cylindrical-coordinate representation of color #DC9D1A: hue angle of 40.52º degrees, saturation: 0.79, 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 #DC9D1A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 157 | 26 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.14 |
| HSL | 40.52º | 0.79% | 0.48% | - |
| HSV(B) | 40.52º | 0.88% | 0.86% | - |
| XYZ | 41.76 | 39.4 | 6.38 | - |
| YUV | 160.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 26 | 0 | 0.29 | 0.88 | 0.14 | 40.52 | 0.79 | 0.48 |
| Hex | DC | 9D | 1A | 0 | 1D | 58 | E | 29 | 4F | 30 |
| Octal | 334 | 235 | 32 | 0 | 35 | 130 | 16 | 51 | 117 | 60 |
| Binary | 11011100 | 10011101 | 11010 | 0 | 11101 | 1011000 | 1110 | 101001 | 1001111 | 110000 |
Color Harmonies of #DC9D1A
Complementary color
Monochromatic Colors of #DC9D1A
Black with #DC9D1A
Text Example
Text Example
White with #DC9D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9D1A; }
p { color: rgb(220,157,26); }
H1.HeaderClassName
{
color: #DC9D1A;
}
.AnyTagClassName
{
color: #DC9D1A;
}
</style>
background-color css
<style>
a { background-color: #DC9D1A; }
a { background-color: rgb(220,157,26); }
div.DivClassName
{
background-color: #DC9D1A;
}
.BgClassName
{
background-color: #DC9D1A;
}
</style>
border-color css
<style>
span { border-color: #DC9D1A; }
span { border-color: rgb(220,157,26); }
td.TdClassName
{
border-color: #DC9D1A;
}
.TagClassName
{
border-color: #DC9D1A;
}
</style>