Shades of Lucky #9D8C0D
Tints of Lucky #9D8C0D
RGB
CMYK
RGB Variations
Color information
#9D8C0D (or 0x9D8C0D) is known color: Lucky. HEX triplet: 9D, 8C and 0D. RGB value is (157,140,13). Sum of RGB (Red+Green+Blue) = 157+140+13=310 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.65% from 310); Green value is 140 (55.08% from 255 or 45.16% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D8C0D is #6273F2. Grayscale: #838383. Windows color (decimal): -6452211 or 887965. OLE color: 887965.
HSL color Cylindrical-coordinate representation of color #9D8C0D: hue angle of 52.92º 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 #9D8C0D is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 13 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.38 |
| HSL | 52.92º | 0.85% | 0.33% | - |
| HSV(B) | 52.92º | 0.92% | 0.62% | - |
| XYZ | 23.36 | 25.95 | 4.16 | - |
| YUV | 130.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 13 | 0 | 0.11 | 0.92 | 0.38 | 52.92 | 0.85 | 0.33 |
| Hex | 9D | 8C | D | 0 | B | 5C | 26 | 35 | 55 | 21 |
| Octal | 235 | 214 | 15 | 0 | 13 | 134 | 46 | 65 | 125 | 41 |
| Binary | 10011101 | 10001100 | 1101 | 0 | 1011 | 1011100 | 100110 | 110101 | 1010101 | 100001 |
Color Harmonies of #9D8C0D
Complementary color
Monochromatic Colors of #9D8C0D
Black with #9D8C0D
Text Example
Text Example
White with #9D8C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C0D; }
p { color: rgb(157,140,13); }
H1.HeaderClassName
{
color: #9D8C0D;
}
.AnyTagClassName
{
color: #9D8C0D;
}
</style>
background-color css
<style>
a { background-color: #9D8C0D; }
a { background-color: rgb(157,140,13); }
div.DivClassName
{
background-color: #9D8C0D;
}
.BgClassName
{
background-color: #9D8C0D;
}
</style>
border-color css
<style>
span { border-color: #9D8C0D; }
span { border-color: rgb(157,140,13); }
td.TdClassName
{
border-color: #9D8C0D;
}
.TagClassName
{
border-color: #9D8C0D;
}
</style>