Shades of Gamboge #DC8F09
Tints of Gamboge #DC8F09
RGB
CMYK
RGB Variations
Color information
#DC8F09 (or 0xDC8F09) is known color: Gamboge. HEX triplet: DC, 8F and 09. RGB value is (220,143,9). Sum of RGB (Red+Green+Blue) = 220+143+9=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F09 is #2370F6. Grayscale: #979797. Windows color (decimal): -2322679 or 626652. OLE color: 626652.
HSL color Cylindrical-coordinate representation of color #DC8F09: hue angle of 38.1º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC8F09 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 9 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.14 |
| HSL | 38.1º | 0.92% | 0.45% | - |
| HSV(B) | 38.1º | 0.96% | 0.86% | - |
| XYZ | 39.39 | 34.88 | 4.92 | - |
| YUV | 150.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 9 | 0 | 0.35 | 0.96 | 0.14 | 38.1 | 0.92 | 0.45 |
| Hex | DC | 8F | 9 | 0 | 23 | 60 | E | 26 | 5C | 2D |
| Octal | 334 | 217 | 11 | 0 | 43 | 140 | 16 | 46 | 134 | 55 |
| Binary | 11011100 | 10001111 | 1001 | 0 | 100011 | 1100000 | 1110 | 100110 | 1011100 | 101101 |
Color Harmonies of #DC8F09
Complementary color
Monochromatic Colors of #DC8F09
Black with #DC8F09
Text Example
Text Example
White with #DC8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F09; }
p { color: rgb(220,143,9); }
H1.HeaderClassName
{
color: #DC8F09;
}
.AnyTagClassName
{
color: #DC8F09;
}
</style>
background-color css
<style>
a { background-color: #DC8F09; }
a { background-color: rgb(220,143,9); }
div.DivClassName
{
background-color: #DC8F09;
}
.BgClassName
{
background-color: #DC8F09;
}
</style>
border-color css
<style>
span { border-color: #DC8F09; }
span { border-color: rgb(220,143,9); }
td.TdClassName
{
border-color: #DC8F09;
}
.TagClassName
{
border-color: #DC8F09;
}
</style>