Shades of Lucky #9D9C10
Tints of Lucky #9D9C10
RGB
CMYK
RGB Variations
Color information
#9D9C10 (or 0x9D9C10) is known color: Lucky. HEX triplet: 9D, 9C and 10. RGB value is (157,156,16). Sum of RGB (Red+Green+Blue) = 157+156+16=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9C10 is #6263EF. Grayscale: #8C8C8C. Windows color (decimal): -6448112 or 1088669. OLE color: 1088669.
HSL color Cylindrical-coordinate representation of color #9D9C10: hue angle of 59.57º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D9C10 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 156 | 16 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.38 |
| HSL | 59.57º | 0.82% | 0.34% | - |
| HSV(B) | 59.57º | 0.9% | 0.62% | - |
| XYZ | 25.89 | 30.98 | 5.11 | - |
| YUV | 140.34 | 57.83 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 156 | 16 | 0 | 0.01 | 0.90 | 0.38 | 59.57 | 0.82 | 0.34 |
| Hex | 9D | 9C | 10 | 0 | 1 | 5A | 26 | 3C | 52 | 22 |
| Octal | 235 | 234 | 20 | 0 | 1 | 132 | 46 | 74 | 122 | 42 |
| Binary | 10011101 | 10011100 | 10000 | 0 | 1 | 1011010 | 100110 | 111100 | 1010010 | 100010 |
Color Harmonies of #9D9C10
Complementary color
Monochromatic Colors of #9D9C10
Black with #9D9C10
Text Example
Text Example
White with #9D9C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9C10; }
p { color: rgb(157,156,16); }
H1.HeaderClassName
{
color: #9D9C10;
}
.AnyTagClassName
{
color: #9D9C10;
}
</style>
background-color css
<style>
a { background-color: #9D9C10; }
a { background-color: rgb(157,156,16); }
div.DivClassName
{
background-color: #9D9C10;
}
.BgClassName
{
background-color: #9D9C10;
}
</style>
border-color css
<style>
span { border-color: #9D9C10; }
span { border-color: rgb(157,156,16); }
td.TdClassName
{
border-color: #9D9C10;
}
.TagClassName
{
border-color: #9D9C10;
}
</style>