Shades of Lucky #9D990F
Tints of Lucky #9D990F
RGB
CMYK
RGB Variations
Color information
#9D990F (or 0x9D990F) is known color: Lucky. HEX triplet: 9D, 99 and 0F. RGB value is (157,153,15). Sum of RGB (Red+Green+Blue) = 157+153+15=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D990F is #6266F0. Grayscale: #8B8B8B. Windows color (decimal): -6448881 or 1022365. OLE color: 1022365.
HSL color Cylindrical-coordinate representation of color #9D990F: hue angle of 58.31º degrees, saturation: 0.83, 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 #9D990F is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 15 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.38 |
| HSL | 58.31º | 0.83% | 0.34% | - |
| HSV(B) | 58.31º | 0.9% | 0.62% | - |
| XYZ | 25.38 | 29.99 | 4.9 | - |
| YUV | 138.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 15 | 0 | 0.03 | 0.90 | 0.38 | 58.31 | 0.83 | 0.34 |
| Hex | 9D | 99 | F | 0 | 3 | 5A | 26 | 3A | 53 | 22 |
| Octal | 235 | 231 | 17 | 0 | 3 | 132 | 46 | 72 | 123 | 42 |
| Binary | 10011101 | 10011001 | 1111 | 0 | 11 | 1011010 | 100110 | 111010 | 1010011 | 100010 |
Color Harmonies of #9D990F
Complementary color
Monochromatic Colors of #9D990F
Black with #9D990F
Text Example
Text Example
White with #9D990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D990F; }
p { color: rgb(157,153,15); }
H1.HeaderClassName
{
color: #9D990F;
}
.AnyTagClassName
{
color: #9D990F;
}
</style>
background-color css
<style>
a { background-color: #9D990F; }
a { background-color: rgb(157,153,15); }
div.DivClassName
{
background-color: #9D990F;
}
.BgClassName
{
background-color: #9D990F;
}
</style>
border-color css
<style>
span { border-color: #9D990F; }
span { border-color: rgb(157,153,15); }
td.TdClassName
{
border-color: #9D990F;
}
.TagClassName
{
border-color: #9D990F;
}
</style>