Shades of Gamboge #DC8F07
Tints of Gamboge #DC8F07
RGB
CMYK
RGB Variations
Color information
#DC8F07 (or 0xDC8F07) is known color: Gamboge. HEX triplet: DC, 8F and 07. RGB value is (220,143,7). Sum of RGB (Red+Green+Blue) = 220+143+7=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8F07 is #2370F8. Grayscale: #979797. Windows color (decimal): -2322681 or 495580. OLE color: 495580.
HSL color Cylindrical-coordinate representation of color #DC8F07: hue angle of 38.31º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC8F07 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 7 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.14 |
| HSL | 38.31º | 0.94% | 0.45% | - |
| HSV(B) | 38.31º | 0.97% | 0.86% | - |
| XYZ | 39.38 | 34.88 | 4.86 | - |
| YUV | 150.52 | 47.01 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 7 | 0 | 0.35 | 0.97 | 0.14 | 38.31 | 0.94 | 0.45 |
| Hex | DC | 8F | 7 | 0 | 23 | 61 | E | 26 | 5E | 2D |
| Octal | 334 | 217 | 7 | 0 | 43 | 141 | 16 | 46 | 136 | 55 |
| Binary | 11011100 | 10001111 | 111 | 0 | 100011 | 1100001 | 1110 | 100110 | 1011110 | 101101 |
Color Harmonies of #DC8F07
Complementary color
Monochromatic Colors of #DC8F07
Black with #DC8F07
Text Example
Text Example
White with #DC8F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F07; }
p { color: rgb(220,143,7); }
H1.HeaderClassName
{
color: #DC8F07;
}
.AnyTagClassName
{
color: #DC8F07;
}
</style>
background-color css
<style>
a { background-color: #DC8F07; }
a { background-color: rgb(220,143,7); }
div.DivClassName
{
background-color: #DC8F07;
}
.BgClassName
{
background-color: #DC8F07;
}
</style>
border-color css
<style>
span { border-color: #DC8F07; }
span { border-color: rgb(220,143,7); }
td.TdClassName
{
border-color: #DC8F07;
}
.TagClassName
{
border-color: #DC8F07;
}
</style>