Shades of Lucky #9D9706
Tints of Lucky #9D9706
RGB
CMYK
RGB Variations
Color information
#9D9706 (or 0x9D9706) is known color: Lucky. HEX triplet: 9D, 97 and 06. RGB value is (157,151,6). Sum of RGB (Red+Green+Blue) = 157+151+6=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9706 is #6268F9. Grayscale: #888888. Windows color (decimal): -6449402 or 432029. OLE color: 432029.
HSL color Cylindrical-coordinate representation of color #9D9706: hue angle of 57.62º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D9706 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 6 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.38 |
| HSL | 57.62º | 0.93% | 0.32% | - |
| HSV(B) | 57.62º | 0.96% | 0.62% | - |
| XYZ | 25 | 29.31 | 4.51 | - |
| YUV | 136.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 6 | 0 | 0.04 | 0.96 | 0.38 | 57.62 | 0.93 | 0.32 |
| Hex | 9D | 97 | 6 | 0 | 4 | 60 | 26 | 3A | 5D | 20 |
| Octal | 235 | 227 | 6 | 0 | 4 | 140 | 46 | 72 | 135 | 40 |
| Binary | 10011101 | 10010111 | 110 | 0 | 100 | 1100000 | 100110 | 111010 | 1011101 | 100000 |
Color Harmonies of #9D9706
Complementary color
Monochromatic Colors of #9D9706
Black with #9D9706
Text Example
Text Example
White with #9D9706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9706; }
p { color: rgb(157,151,6); }
H1.HeaderClassName
{
color: #9D9706;
}
.AnyTagClassName
{
color: #9D9706;
}
</style>
background-color css
<style>
a { background-color: #9D9706; }
a { background-color: rgb(157,151,6); }
div.DivClassName
{
background-color: #9D9706;
}
.BgClassName
{
background-color: #9D9706;
}
</style>
border-color css
<style>
span { border-color: #9D9706; }
span { border-color: rgb(157,151,6); }
td.TdClassName
{
border-color: #9D9706;
}
.TagClassName
{
border-color: #9D9706;
}
</style>