Shades of Gamboge #DC8B12
Tints of Gamboge #DC8B12
RGB
CMYK
RGB Variations
Color information
#DC8B12 (or 0xDC8B12) is known color: Gamboge. HEX triplet: DC, 8B and 12. RGB value is (220,139,18). Sum of RGB (Red+Green+Blue) = 220+139+18=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8B12 is #2374ED. Grayscale: #959595. Windows color (decimal): -2323694 or 1215452. OLE color: 1215452.
HSL color Cylindrical-coordinate representation of color #DC8B12: hue angle of 35.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC8B12 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 139 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.14 |
| HSL | 35.94º | 0.85% | 0.47% | - |
| HSV(B) | 35.94º | 0.92% | 0.86% | - |
| XYZ | 38.86 | 33.72 | 5.03 | - |
| YUV | 149.43 | 53.84 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 139 | 18 | 0 | 0.37 | 0.92 | 0.14 | 35.94 | 0.85 | 0.47 |
| Hex | DC | 8B | 12 | 0 | 25 | 5C | E | 24 | 55 | 2F |
| Octal | 334 | 213 | 22 | 0 | 45 | 134 | 16 | 44 | 125 | 57 |
| Binary | 11011100 | 10001011 | 10010 | 0 | 100101 | 1011100 | 1110 | 100100 | 1010101 | 101111 |
Color Harmonies of #DC8B12
Complementary color
Monochromatic Colors of #DC8B12
Black with #DC8B12
Text Example
Text Example
White with #DC8B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8B12; }
p { color: rgb(220,139,18); }
H1.HeaderClassName
{
color: #DC8B12;
}
.AnyTagClassName
{
color: #DC8B12;
}
</style>
background-color css
<style>
a { background-color: #DC8B12; }
a { background-color: rgb(220,139,18); }
div.DivClassName
{
background-color: #DC8B12;
}
.BgClassName
{
background-color: #DC8B12;
}
</style>
border-color css
<style>
span { border-color: #DC8B12; }
span { border-color: rgb(220,139,18); }
td.TdClassName
{
border-color: #DC8B12;
}
.TagClassName
{
border-color: #DC8B12;
}
</style>