Shades of Lucky #9D9910
Tints of Lucky #9D9910
RGB
CMYK
RGB Variations
Color information
#9D9910 (or 0x9D9910) is known color: Lucky. HEX triplet: 9D, 99 and 10. RGB value is (157,153,16). Sum of RGB (Red+Green+Blue) = 157+153+16=326 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.16% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9910 is #6266EF. Grayscale: #8B8B8B. Windows color (decimal): -6448880 or 1087901. OLE color: 1087901.
HSL color Cylindrical-coordinate representation of color #9D9910: hue angle of 58.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D9910 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 16 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.38 |
| HSL | 58.3º | 0.82% | 0.34% | - |
| HSV(B) | 58.3º | 0.9% | 0.62% | - |
| XYZ | 25.39 | 29.99 | 4.94 | - |
| YUV | 138.58 | 58.83 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 16 | 0 | 0.03 | 0.90 | 0.38 | 58.3 | 0.82 | 0.34 |
| Hex | 9D | 99 | 10 | 0 | 3 | 5A | 26 | 3A | 52 | 22 |
| Octal | 235 | 231 | 20 | 0 | 3 | 132 | 46 | 72 | 122 | 42 |
| Binary | 10011101 | 10011001 | 10000 | 0 | 11 | 1011010 | 100110 | 111010 | 1010010 | 100010 |
Color Harmonies of #9D9910
Complementary color
Monochromatic Colors of #9D9910
Black with #9D9910
Text Example
Text Example
White with #9D9910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9910; }
p { color: rgb(157,153,16); }
H1.HeaderClassName
{
color: #9D9910;
}
.AnyTagClassName
{
color: #9D9910;
}
</style>
background-color css
<style>
a { background-color: #9D9910; }
a { background-color: rgb(157,153,16); }
div.DivClassName
{
background-color: #9D9910;
}
.BgClassName
{
background-color: #9D9910;
}
</style>
border-color css
<style>
span { border-color: #9D9910; }
span { border-color: rgb(157,153,16); }
td.TdClassName
{
border-color: #9D9910;
}
.TagClassName
{
border-color: #9D9910;
}
</style>