Shades of Lucky #9D8F0E
Tints of Lucky #9D8F0E
RGB
CMYK
RGB Variations
Color information
#9D8F0E (or 0x9D8F0E) is known color: Lucky. HEX triplet: 9D, 8F and 0E. RGB value is (157,143,14). Sum of RGB (Red+Green+Blue) = 157+143+14=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8F0E is #6270F1. Grayscale: #858585. Windows color (decimal): -6451442 or 954269. OLE color: 954269.
HSL color Cylindrical-coordinate representation of color #9D8F0E: hue angle of 54.13º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9D8F0E is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 14 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.38 |
| HSL | 54.13º | 0.84% | 0.34% | - |
| HSV(B) | 54.13º | 0.91% | 0.62% | - |
| XYZ | 23.81 | 26.84 | 4.34 | - |
| YUV | 132.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 14 | 0 | 0.09 | 0.91 | 0.38 | 54.13 | 0.84 | 0.34 |
| Hex | 9D | 8F | E | 0 | 9 | 5B | 26 | 36 | 54 | 22 |
| Octal | 235 | 217 | 16 | 0 | 11 | 133 | 46 | 66 | 124 | 42 |
| Binary | 10011101 | 10001111 | 1110 | 0 | 1001 | 1011011 | 100110 | 110110 | 1010100 | 100010 |
Color Harmonies of #9D8F0E
Complementary color
Monochromatic Colors of #9D8F0E
Black with #9D8F0E
Text Example
Text Example
White with #9D8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F0E; }
p { color: rgb(157,143,14); }
H1.HeaderClassName
{
color: #9D8F0E;
}
.AnyTagClassName
{
color: #9D8F0E;
}
</style>
background-color css
<style>
a { background-color: #9D8F0E; }
a { background-color: rgb(157,143,14); }
div.DivClassName
{
background-color: #9D8F0E;
}
.BgClassName
{
background-color: #9D8F0E;
}
</style>
border-color css
<style>
span { border-color: #9D8F0E; }
span { border-color: rgb(157,143,14); }
td.TdClassName
{
border-color: #9D8F0E;
}
.TagClassName
{
border-color: #9D8F0E;
}
</style>