Shades of Lucky #9D9314
Tints of Lucky #9D9314
RGB
CMYK
RGB Variations
Color information
#9D9314 (or 0x9D9314) is known color: Lucky. HEX triplet: 9D, 93 and 14. RGB value is (157,147,20). Sum of RGB (Red+Green+Blue) = 157+147+20=324 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.46% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9314 is #626CEB. Grayscale: #888888. Windows color (decimal): -6450412 or 1348509. OLE color: 1348509.
HSL color Cylindrical-coordinate representation of color #9D9314: hue angle of 55.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D9314 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 20 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.38 |
| HSL | 55.62º | 0.77% | 0.35% | - |
| HSV(B) | 55.62º | 0.87% | 0.62% | - |
| XYZ | 24.46 | 28.09 | 4.79 | - |
| YUV | 135.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 20 | 0 | 0.06 | 0.87 | 0.38 | 55.62 | 0.77 | 0.35 |
| Hex | 9D | 93 | 14 | 0 | 6 | 57 | 26 | 38 | 4D | 23 |
| Octal | 235 | 223 | 24 | 0 | 6 | 127 | 46 | 70 | 115 | 43 |
| Binary | 10011101 | 10010011 | 10100 | 0 | 110 | 1010111 | 100110 | 111000 | 1001101 | 100011 |
Color Harmonies of #9D9314
Complementary color
Monochromatic Colors of #9D9314
Black with #9D9314
Text Example
Text Example
White with #9D9314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9314; }
p { color: rgb(157,147,20); }
H1.HeaderClassName
{
color: #9D9314;
}
.AnyTagClassName
{
color: #9D9314;
}
</style>
background-color css
<style>
a { background-color: #9D9314; }
a { background-color: rgb(157,147,20); }
div.DivClassName
{
background-color: #9D9314;
}
.BgClassName
{
background-color: #9D9314;
}
</style>
border-color css
<style>
span { border-color: #9D9314; }
span { border-color: rgb(157,147,20); }
td.TdClassName
{
border-color: #9D9314;
}
.TagClassName
{
border-color: #9D9314;
}
</style>