Shades of Lucky #9D950D
Tints of Lucky #9D950D
RGB
CMYK
RGB Variations
Color information
#9D950D (or 0x9D950D) is known color: Lucky. HEX triplet: 9D, 95 and 0D. RGB value is (157,149,13). Sum of RGB (Red+Green+Blue) = 157+149+13=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 149 (58.59% from 255 or 46.71% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D950D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D950D is #626AF2. Grayscale: #888888. Windows color (decimal): -6449907 or 890269. OLE color: 890269.
HSL color Cylindrical-coordinate representation of color #9D950D: hue angle of 56.67º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D950D is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 13 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.38 |
| HSL | 56.67º | 0.85% | 0.33% | - |
| HSV(B) | 56.67º | 0.92% | 0.62% | - |
| XYZ | 24.72 | 28.69 | 4.62 | - |
| YUV | 135.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 13 | 0 | 0.05 | 0.92 | 0.38 | 56.67 | 0.85 | 0.33 |
| Hex | 9D | 95 | D | 0 | 5 | 5C | 26 | 39 | 55 | 21 |
| Octal | 235 | 225 | 15 | 0 | 5 | 134 | 46 | 71 | 125 | 41 |
| Binary | 10011101 | 10010101 | 1101 | 0 | 101 | 1011100 | 100110 | 111001 | 1010101 | 100001 |
Color Harmonies of #9D950D
Complementary color
Monochromatic Colors of #9D950D
Black with #9D950D
Text Example
Text Example
White with #9D950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D950D; }
p { color: rgb(157,149,13); }
H1.HeaderClassName
{
color: #9D950D;
}
.AnyTagClassName
{
color: #9D950D;
}
</style>
background-color css
<style>
a { background-color: #9D950D; }
a { background-color: rgb(157,149,13); }
div.DivClassName
{
background-color: #9D950D;
}
.BgClassName
{
background-color: #9D950D;
}
</style>
border-color css
<style>
span { border-color: #9D950D; }
span { border-color: rgb(157,149,13); }
td.TdClassName
{
border-color: #9D950D;
}
.TagClassName
{
border-color: #9D950D;
}
</style>