Shades of Lucky #9D970D
Tints of Lucky #9D970D
RGB
CMYK
RGB Variations
Color information
#9D970D (or 0x9D970D) is known color: Lucky. HEX triplet: 9D, 97 and 0D. RGB value is (157,151,13). Sum of RGB (Red+Green+Blue) = 157+151+13=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D970D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D970D is #6268F2. Grayscale: #898989. Windows color (decimal): -6449395 or 890781. OLE color: 890781.
HSL color Cylindrical-coordinate representation of color #9D970D: hue angle of 57.5º 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 #9D970D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 13 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.38 |
| HSL | 57.5º | 0.85% | 0.33% | - |
| HSV(B) | 57.5º | 0.92% | 0.62% | - |
| XYZ | 25.04 | 29.33 | 4.72 | - |
| YUV | 137.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 13 | 0 | 0.04 | 0.92 | 0.38 | 57.5 | 0.85 | 0.33 |
| Hex | 9D | 97 | D | 0 | 4 | 5C | 26 | 3A | 55 | 21 |
| Octal | 235 | 227 | 15 | 0 | 4 | 134 | 46 | 72 | 125 | 41 |
| Binary | 10011101 | 10010111 | 1101 | 0 | 100 | 1011100 | 100110 | 111010 | 1010101 | 100001 |
Color Harmonies of #9D970D
Complementary color
Monochromatic Colors of #9D970D
Black with #9D970D
Text Example
Text Example
White with #9D970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D970D; }
p { color: rgb(157,151,13); }
H1.HeaderClassName
{
color: #9D970D;
}
.AnyTagClassName
{
color: #9D970D;
}
</style>
background-color css
<style>
a { background-color: #9D970D; }
a { background-color: rgb(157,151,13); }
div.DivClassName
{
background-color: #9D970D;
}
.BgClassName
{
background-color: #9D970D;
}
</style>
border-color css
<style>
span { border-color: #9D970D; }
span { border-color: rgb(157,151,13); }
td.TdClassName
{
border-color: #9D970D;
}
.TagClassName
{
border-color: #9D970D;
}
</style>