Shades of Lucky #9D9A09
Tints of Lucky #9D9A09
RGB
CMYK
RGB Variations
Color information
#9D9A09 (or 0x9D9A09) is known color: Lucky. HEX triplet: 9D, 9A and 09. RGB value is (157,154,9). Sum of RGB (Red+Green+Blue) = 157+154+9=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9A09 is #6265F6. Grayscale: #8A8A8A. Windows color (decimal): -6448631 or 629405. OLE color: 629405.
HSL color Cylindrical-coordinate representation of color #9D9A09: hue angle of 58.78º 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 #9D9A09 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 9 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.38 |
| HSL | 58.78º | 0.89% | 0.33% | - |
| HSV(B) | 58.78º | 0.94% | 0.62% | - |
| XYZ | 25.51 | 30.3 | 4.76 | - |
| YUV | 138.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 9 | 0 | 0.02 | 0.94 | 0.38 | 58.78 | 0.89 | 0.33 |
| Hex | 9D | 9A | 9 | 0 | 2 | 5E | 26 | 3B | 59 | 21 |
| Octal | 235 | 232 | 11 | 0 | 2 | 136 | 46 | 73 | 131 | 41 |
| Binary | 10011101 | 10011010 | 1001 | 0 | 10 | 1011110 | 100110 | 111011 | 1011001 | 100001 |
Color Harmonies of #9D9A09
Complementary color
Monochromatic Colors of #9D9A09
Black with #9D9A09
Text Example
Text Example
White with #9D9A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A09; }
p { color: rgb(157,154,9); }
H1.HeaderClassName
{
color: #9D9A09;
}
.AnyTagClassName
{
color: #9D9A09;
}
</style>
background-color css
<style>
a { background-color: #9D9A09; }
a { background-color: rgb(157,154,9); }
div.DivClassName
{
background-color: #9D9A09;
}
.BgClassName
{
background-color: #9D9A09;
}
</style>
border-color css
<style>
span { border-color: #9D9A09; }
span { border-color: rgb(157,154,9); }
td.TdClassName
{
border-color: #9D9A09;
}
.TagClassName
{
border-color: #9D9A09;
}
</style>