Shades of Lucky #9D9919
Tints of Lucky #9D9919
RGB
CMYK
RGB Variations
Color information
#9D9919 (or 0x9D9919) is known color: Lucky. HEX triplet: 9D, 99 and 19. RGB value is (157,153,25). Sum of RGB (Red+Green+Blue) = 157+153+25=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9919 is #6266E6. Grayscale: #8C8C8C. Windows color (decimal): -6448871 or 1677725. OLE color: 1677725.
HSL color Cylindrical-coordinate representation of color #9D9919: hue angle of 58.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D9919 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 25 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.38 |
| HSL | 58.18º | 0.73% | 0.36% | - |
| HSV(B) | 58.18º | 0.84% | 0.62% | - |
| XYZ | 25.47 | 30.02 | 5.37 | - |
| YUV | 139.6 | 63.33 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 25 | 0 | 0.03 | 0.84 | 0.38 | 58.18 | 0.73 | 0.36 |
| Hex | 9D | 99 | 19 | 0 | 3 | 54 | 26 | 3A | 49 | 24 |
| Octal | 235 | 231 | 31 | 0 | 3 | 124 | 46 | 72 | 111 | 44 |
| Binary | 10011101 | 10011001 | 11001 | 0 | 11 | 1010100 | 100110 | 111010 | 1001001 | 100100 |
Color Harmonies of #9D9919
Complementary color
Monochromatic Colors of #9D9919
Black with #9D9919
Text Example
Text Example
White with #9D9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9919; }
p { color: rgb(157,153,25); }
H1.HeaderClassName
{
color: #9D9919;
}
.AnyTagClassName
{
color: #9D9919;
}
</style>
background-color css
<style>
a { background-color: #9D9919; }
a { background-color: rgb(157,153,25); }
div.DivClassName
{
background-color: #9D9919;
}
.BgClassName
{
background-color: #9D9919;
}
</style>
border-color css
<style>
span { border-color: #9D9919; }
span { border-color: rgb(157,153,25); }
td.TdClassName
{
border-color: #9D9919;
}
.TagClassName
{
border-color: #9D9919;
}
</style>