Shades of Gamboge #DC8F05
Tints of Gamboge #DC8F05
RGB
CMYK
RGB Variations
Color information
#DC8F05 (or 0xDC8F05) is known color: Gamboge. HEX triplet: DC, 8F and 05. RGB value is (220,143,5). Sum of RGB (Red+Green+Blue) = 220+143+5=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 5 (2.34% from 255 or 1.36% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F05 is #2370FA. Grayscale: #969696. Windows color (decimal): -2322683 or 364508. OLE color: 364508.
HSL color Cylindrical-coordinate representation of color #DC8F05: hue angle of 38.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC8F05 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 5 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.14 |
| HSL | 38.51º | 0.96% | 0.44% | - |
| HSV(B) | 38.51º | 0.98% | 0.86% | - |
| XYZ | 39.37 | 34.87 | 4.8 | - |
| YUV | 150.29 | 46.01 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 5 | 0 | 0.35 | 0.98 | 0.14 | 38.51 | 0.96 | 0.44 |
| Hex | DC | 8F | 5 | 0 | 23 | 62 | E | 27 | 60 | 2C |
| Octal | 334 | 217 | 5 | 0 | 43 | 142 | 16 | 47 | 140 | 54 |
| Binary | 11011100 | 10001111 | 101 | 0 | 100011 | 1100010 | 1110 | 100111 | 1100000 | 101100 |
Color Harmonies of #DC8F05
Complementary color
Monochromatic Colors of #DC8F05
Black with #DC8F05
Text Example
Text Example
White with #DC8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F05; }
p { color: rgb(220,143,5); }
H1.HeaderClassName
{
color: #DC8F05;
}
.AnyTagClassName
{
color: #DC8F05;
}
</style>
background-color css
<style>
a { background-color: #DC8F05; }
a { background-color: rgb(220,143,5); }
div.DivClassName
{
background-color: #DC8F05;
}
.BgClassName
{
background-color: #DC8F05;
}
</style>
border-color css
<style>
span { border-color: #DC8F05; }
span { border-color: rgb(220,143,5); }
td.TdClassName
{
border-color: #DC8F05;
}
.TagClassName
{
border-color: #DC8F05;
}
</style>