Shades of Gamboge #DC8F14
Tints of Gamboge #DC8F14
RGB
CMYK
RGB Variations
Color information
#DC8F14 (or 0xDC8F14) is known color: Gamboge. HEX triplet: DC, 8F and 14. RGB value is (220,143,20). Sum of RGB (Red+Green+Blue) = 220+143+20=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F14 is #2370EB. Grayscale: #989898. Windows color (decimal): -2322668 or 1347548. OLE color: 1347548.
HSL color Cylindrical-coordinate representation of color #DC8F14: hue angle of 36.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC8F14 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 20 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.14 |
| HSL | 36.9º | 0.83% | 0.47% | - |
| HSV(B) | 36.9º | 0.91% | 0.86% | - |
| XYZ | 39.46 | 34.91 | 5.32 | - |
| YUV | 152 | 53.51 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 20 | 0 | 0.35 | 0.91 | 0.14 | 36.9 | 0.83 | 0.47 |
| Hex | DC | 8F | 14 | 0 | 23 | 5B | E | 25 | 53 | 2F |
| Octal | 334 | 217 | 24 | 0 | 43 | 133 | 16 | 45 | 123 | 57 |
| Binary | 11011100 | 10001111 | 10100 | 0 | 100011 | 1011011 | 1110 | 100101 | 1010011 | 101111 |
Color Harmonies of #DC8F14
Complementary color
Monochromatic Colors of #DC8F14
Black with #DC8F14
Text Example
Text Example
White with #DC8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F14; }
p { color: rgb(220,143,20); }
H1.HeaderClassName
{
color: #DC8F14;
}
.AnyTagClassName
{
color: #DC8F14;
}
</style>
background-color css
<style>
a { background-color: #DC8F14; }
a { background-color: rgb(220,143,20); }
div.DivClassName
{
background-color: #DC8F14;
}
.BgClassName
{
background-color: #DC8F14;
}
</style>
border-color css
<style>
span { border-color: #DC8F14; }
span { border-color: rgb(220,143,20); }
td.TdClassName
{
border-color: #DC8F14;
}
.TagClassName
{
border-color: #DC8F14;
}
</style>