Shades of Lucky #9D990D
Tints of Lucky #9D990D
RGB
CMYK
RGB Variations
Color information
#9D990D (or 0x9D990D) is known color: Lucky. HEX triplet: 9D, 99 and 0D. RGB value is (157,153,13). Sum of RGB (Red+Green+Blue) = 157+153+13=323 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.61% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 157 - color contains mainly: red. Hex color #9D990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D990D is #6266F2. Grayscale: #8A8A8A. Windows color (decimal): -6448883 or 891293. OLE color: 891293.
HSL color Cylindrical-coordinate representation of color #9D990D: hue angle of 58.33º 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 #9D990D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 153 | 13 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.38 |
| HSL | 58.33º | 0.85% | 0.33% | - |
| HSV(B) | 58.33º | 0.92% | 0.62% | - |
| XYZ | 25.37 | 29.98 | 4.83 | - |
| YUV | 138.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 13 | 0 | 0.03 | 0.92 | 0.38 | 58.33 | 0.85 | 0.33 |
| Hex | 9D | 99 | D | 0 | 3 | 5C | 26 | 3A | 55 | 21 |
| Octal | 235 | 231 | 15 | 0 | 3 | 134 | 46 | 72 | 125 | 41 |
| Binary | 10011101 | 10011001 | 1101 | 0 | 11 | 1011100 | 100110 | 111010 | 1010101 | 100001 |
Color Harmonies of #9D990D
Complementary color
Monochromatic Colors of #9D990D
Black with #9D990D
Text Example
Text Example
White with #9D990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D990D; }
p { color: rgb(157,153,13); }
H1.HeaderClassName
{
color: #9D990D;
}
.AnyTagClassName
{
color: #9D990D;
}
</style>
background-color css
<style>
a { background-color: #9D990D; }
a { background-color: rgb(157,153,13); }
div.DivClassName
{
background-color: #9D990D;
}
.BgClassName
{
background-color: #9D990D;
}
</style>
border-color css
<style>
span { border-color: #9D990D; }
span { border-color: rgb(157,153,13); }
td.TdClassName
{
border-color: #9D990D;
}
.TagClassName
{
border-color: #9D990D;
}
</style>