Shades of Lucky #9D8D04
Tints of Lucky #9D8D04
RGB
CMYK
RGB Variations
Color information
#9D8D04 (or 0x9D8D04) is known color: Lucky. HEX triplet: 9D, 8D and 04. RGB value is (157,141,4). Sum of RGB (Red+Green+Blue) = 157+141+4=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 141 (55.47% from 255 or 46.69% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8D04 is #6272FB. Grayscale: #828282. Windows color (decimal): -6451964 or 298397. OLE color: 298397.
HSL color Cylindrical-coordinate representation of color #9D8D04: hue angle of 53.73º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D8D04 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 4 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.38 |
| HSL | 53.73º | 0.95% | 0.32% | - |
| HSV(B) | 53.73º | 0.97% | 0.62% | - |
| XYZ | 23.45 | 26.23 | 3.94 | - |
| YUV | 130.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 4 | 0 | 0.10 | 0.97 | 0.38 | 53.73 | 0.95 | 0.32 |
| Hex | 9D | 8D | 4 | 0 | A | 61 | 26 | 36 | 5F | 20 |
| Octal | 235 | 215 | 4 | 0 | 12 | 141 | 46 | 66 | 137 | 40 |
| Binary | 10011101 | 10001101 | 100 | 0 | 1010 | 1100001 | 100110 | 110110 | 1011111 | 100000 |
Color Harmonies of #9D8D04
Complementary color
Monochromatic Colors of #9D8D04
Black with #9D8D04
Text Example
Text Example
White with #9D8D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D04; }
p { color: rgb(157,141,4); }
H1.HeaderClassName
{
color: #9D8D04;
}
.AnyTagClassName
{
color: #9D8D04;
}
</style>
background-color css
<style>
a { background-color: #9D8D04; }
a { background-color: rgb(157,141,4); }
div.DivClassName
{
background-color: #9D8D04;
}
.BgClassName
{
background-color: #9D8D04;
}
</style>
border-color css
<style>
span { border-color: #9D8D04; }
span { border-color: rgb(157,141,4); }
td.TdClassName
{
border-color: #9D8D04;
}
.TagClassName
{
border-color: #9D8D04;
}
</style>