Shades of Lucky #9D9915
Tints of Lucky #9D9915
RGB
CMYK
RGB Variations
Color information
#9D9915 (or 0x9D9915) is known color: Lucky. HEX triplet: 9D, 99 and 15. RGB value is (157,153,21). Sum of RGB (Red+Green+Blue) = 157+153+21=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9915 is #6266EA. Grayscale: #8B8B8B. Windows color (decimal): -6448875 or 1415581. OLE color: 1415581.
HSL color Cylindrical-coordinate representation of color #9D9915: hue angle of 58.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D9915 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 21 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.38 |
| HSL | 58.24º | 0.76% | 0.35% | - |
| HSV(B) | 58.24º | 0.87% | 0.62% | - |
| XYZ | 25.43 | 30 | 5.16 | - |
| YUV | 139.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 21 | 0 | 0.03 | 0.87 | 0.38 | 58.24 | 0.76 | 0.35 |
| Hex | 9D | 99 | 15 | 0 | 3 | 57 | 26 | 3A | 4C | 23 |
| Octal | 235 | 231 | 25 | 0 | 3 | 127 | 46 | 72 | 114 | 43 |
| Binary | 10011101 | 10011001 | 10101 | 0 | 11 | 1010111 | 100110 | 111010 | 1001100 | 100011 |
Color Harmonies of #9D9915
Complementary color
Monochromatic Colors of #9D9915
Black with #9D9915
Text Example
Text Example
White with #9D9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9915; }
p { color: rgb(157,153,21); }
H1.HeaderClassName
{
color: #9D9915;
}
.AnyTagClassName
{
color: #9D9915;
}
</style>
background-color css
<style>
a { background-color: #9D9915; }
a { background-color: rgb(157,153,21); }
div.DivClassName
{
background-color: #9D9915;
}
.BgClassName
{
background-color: #9D9915;
}
</style>
border-color css
<style>
span { border-color: #9D9915; }
span { border-color: rgb(157,153,21); }
td.TdClassName
{
border-color: #9D9915;
}
.TagClassName
{
border-color: #9D9915;
}
</style>