Shades of Gamboge #DC8C15
Tints of Gamboge #DC8C15
RGB
CMYK
RGB Variations
Color information
#DC8C15 (or 0xDC8C15) is known color: Gamboge. HEX triplet: DC, 8C and 15. RGB value is (220,140,21). Sum of RGB (Red+Green+Blue) = 220+140+21=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8C15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8C15 is #2373EA. Grayscale: #969696. Windows color (decimal): -2323435 or 1412316. OLE color: 1412316.
HSL color Cylindrical-coordinate representation of color #DC8C15: hue angle of 35.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8C15 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 140 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.14 |
| HSL | 35.88º | 0.83% | 0.47% | - |
| HSV(B) | 35.88º | 0.9% | 0.86% | - |
| XYZ | 39.03 | 34.03 | 5.22 | - |
| YUV | 150.35 | 55 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 21 | 0 | 0.36 | 0.90 | 0.14 | 35.88 | 0.83 | 0.47 |
| Hex | DC | 8C | 15 | 0 | 24 | 5A | E | 24 | 53 | 2F |
| Octal | 334 | 214 | 25 | 0 | 44 | 132 | 16 | 44 | 123 | 57 |
| Binary | 11011100 | 10001100 | 10101 | 0 | 100100 | 1011010 | 1110 | 100100 | 1010011 | 101111 |
Color Harmonies of #DC8C15
Complementary color
Monochromatic Colors of #DC8C15
Black with #DC8C15
Text Example
Text Example
White with #DC8C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8C15; }
p { color: rgb(220,140,21); }
H1.HeaderClassName
{
color: #DC8C15;
}
.AnyTagClassName
{
color: #DC8C15;
}
</style>
background-color css
<style>
a { background-color: #DC8C15; }
a { background-color: rgb(220,140,21); }
div.DivClassName
{
background-color: #DC8C15;
}
.BgClassName
{
background-color: #DC8C15;
}
</style>
border-color css
<style>
span { border-color: #DC8C15; }
span { border-color: rgb(220,140,21); }
td.TdClassName
{
border-color: #DC8C15;
}
.TagClassName
{
border-color: #DC8C15;
}
</style>