Shades of Lucky #9D8F0D
Tints of Lucky #9D8F0D
RGB
CMYK
RGB Variations
Color information
#9D8F0D (or 0x9D8F0D) is known color: Lucky. HEX triplet: 9D, 8F and 0D. RGB value is (157,143,13). Sum of RGB (Red+Green+Blue) = 157+143+13=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8F0D is #6270F2. Grayscale: #848484. Windows color (decimal): -6451443 or 888733. OLE color: 888733.
HSL color Cylindrical-coordinate representation of color #9D8F0D: hue angle of 54.17º 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 #9D8F0D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.38 |
| HSL | 54.17º | 0.85% | 0.33% | - |
| HSV(B) | 54.17º | 0.92% | 0.62% | - |
| XYZ | 23.8 | 26.84 | 4.31 | - |
| YUV | 132.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 13 | 0 | 0.09 | 0.92 | 0.38 | 54.17 | 0.85 | 0.33 |
| Hex | 9D | 8F | D | 0 | 9 | 5C | 26 | 36 | 55 | 21 |
| Octal | 235 | 217 | 15 | 0 | 11 | 134 | 46 | 66 | 125 | 41 |
| Binary | 10011101 | 10001111 | 1101 | 0 | 1001 | 1011100 | 100110 | 110110 | 1010101 | 100001 |
Color Harmonies of #9D8F0D
Complementary color
Monochromatic Colors of #9D8F0D
Black with #9D8F0D
Text Example
Text Example
White with #9D8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F0D; }
p { color: rgb(157,143,13); }
H1.HeaderClassName
{
color: #9D8F0D;
}
.AnyTagClassName
{
color: #9D8F0D;
}
</style>
background-color css
<style>
a { background-color: #9D8F0D; }
a { background-color: rgb(157,143,13); }
div.DivClassName
{
background-color: #9D8F0D;
}
.BgClassName
{
background-color: #9D8F0D;
}
</style>
border-color css
<style>
span { border-color: #9D8F0D; }
span { border-color: rgb(157,143,13); }
td.TdClassName
{
border-color: #9D8F0D;
}
.TagClassName
{
border-color: #9D8F0D;
}
</style>