Shades of Lucky #9D8C09
Tints of Lucky #9D8C09
RGB
CMYK
RGB Variations
Color information
#9D8C09 (or 0x9D8C09) is known color: Lucky. HEX triplet: 9D, 8C and 09. RGB value is (157,140,9). Sum of RGB (Red+Green+Blue) = 157+140+9=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8C09 is #6273F6. Grayscale: #828282. Windows color (decimal): -6452215 or 625821. OLE color: 625821.
HSL color Cylindrical-coordinate representation of color #9D8C09: hue angle of 53.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D8C09 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 9 | - |
| CMYK | 0 | 0.11 | 0.94 | 0.38 |
| HSL | 53.11º | 0.89% | 0.33% | - |
| HSV(B) | 53.11º | 0.94% | 0.62% | - |
| XYZ | 23.33 | 25.94 | 4.04 | - |
| YUV | 130.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 9 | 0 | 0.11 | 0.94 | 0.38 | 53.11 | 0.89 | 0.33 |
| Hex | 9D | 8C | 9 | 0 | B | 5E | 26 | 35 | 59 | 21 |
| Octal | 235 | 214 | 11 | 0 | 13 | 136 | 46 | 65 | 131 | 41 |
| Binary | 10011101 | 10001100 | 1001 | 0 | 1011 | 1011110 | 100110 | 110101 | 1011001 | 100001 |
Color Harmonies of #9D8C09
Complementary color
Monochromatic Colors of #9D8C09
Black with #9D8C09
Text Example
Text Example
White with #9D8C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C09; }
p { color: rgb(157,140,9); }
H1.HeaderClassName
{
color: #9D8C09;
}
.AnyTagClassName
{
color: #9D8C09;
}
</style>
background-color css
<style>
a { background-color: #9D8C09; }
a { background-color: rgb(157,140,9); }
div.DivClassName
{
background-color: #9D8C09;
}
.BgClassName
{
background-color: #9D8C09;
}
</style>
border-color css
<style>
span { border-color: #9D8C09; }
span { border-color: rgb(157,140,9); }
td.TdClassName
{
border-color: #9D8C09;
}
.TagClassName
{
border-color: #9D8C09;
}
</style>