Shades of Lucky #9D8D09
Tints of Lucky #9D8D09
RGB
CMYK
RGB Variations
Color information
#9D8D09 (or 0x9D8D09) is known color: Lucky. HEX triplet: 9D, 8D and 09. RGB value is (157,141,9). Sum of RGB (Red+Green+Blue) = 157+141+9=307 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.14% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8D09 is #6272F6. Grayscale: #838383. Windows color (decimal): -6451959 or 626077. OLE color: 626077.
HSL color Cylindrical-coordinate representation of color #9D8D09: hue angle of 53.51º 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 #9D8D09 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 9 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.38 |
| HSL | 53.51º | 0.89% | 0.33% | - |
| HSV(B) | 53.51º | 0.94% | 0.62% | - |
| XYZ | 23.48 | 26.24 | 4.09 | - |
| YUV | 130.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 9 | 0 | 0.10 | 0.94 | 0.38 | 53.51 | 0.89 | 0.33 |
| Hex | 9D | 8D | 9 | 0 | A | 5E | 26 | 36 | 59 | 21 |
| Octal | 235 | 215 | 11 | 0 | 12 | 136 | 46 | 66 | 131 | 41 |
| Binary | 10011101 | 10001101 | 1001 | 0 | 1010 | 1011110 | 100110 | 110110 | 1011001 | 100001 |
Color Harmonies of #9D8D09
Complementary color
Monochromatic Colors of #9D8D09
Black with #9D8D09
Text Example
Text Example
White with #9D8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D09; }
p { color: rgb(157,141,9); }
H1.HeaderClassName
{
color: #9D8D09;
}
.AnyTagClassName
{
color: #9D8D09;
}
</style>
background-color css
<style>
a { background-color: #9D8D09; }
a { background-color: rgb(157,141,9); }
div.DivClassName
{
background-color: #9D8D09;
}
.BgClassName
{
background-color: #9D8D09;
}
</style>
border-color css
<style>
span { border-color: #9D8D09; }
span { border-color: rgb(157,141,9); }
td.TdClassName
{
border-color: #9D8D09;
}
.TagClassName
{
border-color: #9D8D09;
}
</style>