Shades of Lemon Ginger #8F7D21
Tints of Lemon Ginger #8F7D21
RGB
CMYK
RGB Variations
Color information
#8F7D21 (or 0x8F7D21) is known color: Lemon Ginger. HEX triplet: 8F, 7D and 21. RGB value is (143,125,33). Sum of RGB (Red+Green+Blue) = 143+125+33=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F7D21 is #7082DE. Grayscale: #787878. Windows color (decimal): -7373535 or 2194831. OLE color: 2194831.
HSL color Cylindrical-coordinate representation of color #8F7D21: hue angle of 50.18º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F7D21 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 125 | 33 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.44 |
| HSL | 50.18º | 0.63% | 0.35% | - |
| HSV(B) | 50.18º | 0.77% | 0.56% | - |
| XYZ | 18.94 | 20.62 | 4.42 | - |
| YUV | 119.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 33 | 0 | 0.13 | 0.77 | 0.44 | 50.18 | 0.63 | 0.35 |
| Hex | 8F | 7D | 21 | 0 | D | 4D | 2C | 32 | 3E | 23 |
| Octal | 217 | 175 | 41 | 0 | 15 | 115 | 54 | 62 | 76 | 43 |
| Binary | 10001111 | 1111101 | 100001 | 0 | 1101 | 1001101 | 101100 | 110010 | 111110 | 100011 |
Color Harmonies of #8F7D21
Complementary color
Monochromatic Colors of #8F7D21
Black with #8F7D21
Text Example
Text Example
White with #8F7D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7D21; }
p { color: rgb(143,125,33); }
H1.HeaderClassName
{
color: #8F7D21;
}
.AnyTagClassName
{
color: #8F7D21;
}
</style>
background-color css
<style>
a { background-color: #8F7D21; }
a { background-color: rgb(143,125,33); }
div.DivClassName
{
background-color: #8F7D21;
}
.BgClassName
{
background-color: #8F7D21;
}
</style>
border-color css
<style>
span { border-color: #8F7D21; }
span { border-color: rgb(143,125,33); }
td.TdClassName
{
border-color: #8F7D21;
}
.TagClassName
{
border-color: #8F7D21;
}
</style>