Shades of Lucky #9D990A
Tints of Lucky #9D990A
RGB
CMYK
RGB Variations
Color information
#9D990A (or 0x9D990A) is known color: Lucky. HEX triplet: 9D, 99 and 0A. RGB value is (157,153,10). Sum of RGB (Red+Green+Blue) = 157+153+10=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D990A is #6266F5. Grayscale: #8A8A8A. Windows color (decimal): -6448886 or 694685. OLE color: 694685.
HSL color Cylindrical-coordinate representation of color #9D990A: hue angle of 58.37º degrees, saturation: 0.88, 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 #9D990A is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 10 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.38 |
| HSL | 58.37º | 0.88% | 0.33% | - |
| HSV(B) | 58.37º | 0.94% | 0.62% | - |
| XYZ | 25.35 | 29.97 | 4.74 | - |
| YUV | 137.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 10 | 0 | 0.03 | 0.94 | 0.38 | 58.37 | 0.88 | 0.33 |
| Hex | 9D | 99 | A | 0 | 3 | 5E | 26 | 3A | 58 | 21 |
| Octal | 235 | 231 | 12 | 0 | 3 | 136 | 46 | 72 | 130 | 41 |
| Binary | 10011101 | 10011001 | 1010 | 0 | 11 | 1011110 | 100110 | 111010 | 1011000 | 100001 |
Color Harmonies of #9D990A
Complementary color
Monochromatic Colors of #9D990A
Black with #9D990A
Text Example
Text Example
White with #9D990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D990A; }
p { color: rgb(157,153,10); }
H1.HeaderClassName
{
color: #9D990A;
}
.AnyTagClassName
{
color: #9D990A;
}
</style>
background-color css
<style>
a { background-color: #9D990A; }
a { background-color: rgb(157,153,10); }
div.DivClassName
{
background-color: #9D990A;
}
.BgClassName
{
background-color: #9D990A;
}
</style>
border-color css
<style>
span { border-color: #9D990A; }
span { border-color: rgb(157,153,10); }
td.TdClassName
{
border-color: #9D990A;
}
.TagClassName
{
border-color: #9D990A;
}
</style>