Shades of Lucky #9D9A10
Tints of Lucky #9D9A10
RGB
CMYK
RGB Variations
Color information
#9D9A10 (or 0x9D9A10) is known color: Lucky. HEX triplet: 9D, 9A and 10. RGB value is (157,154,16). Sum of RGB (Red+Green+Blue) = 157+154+16=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9A10 is #6265EF. Grayscale: #8B8B8B. Windows color (decimal): -6448624 or 1088157. OLE color: 1088157.
HSL color Cylindrical-coordinate representation of color #9D9A10: hue angle of 58.72º 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 #9D9A10 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 154 | 16 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.38 |
| HSL | 58.72º | 0.82% | 0.34% | - |
| HSV(B) | 58.72º | 0.9% | 0.62% | - |
| XYZ | 25.55 | 30.32 | 5 | - |
| YUV | 139.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 16 | 0 | 0.02 | 0.90 | 0.38 | 58.72 | 0.82 | 0.34 |
| Hex | 9D | 9A | 10 | 0 | 2 | 5A | 26 | 3B | 52 | 22 |
| Octal | 235 | 232 | 20 | 0 | 2 | 132 | 46 | 73 | 122 | 42 |
| Binary | 10011101 | 10011010 | 10000 | 0 | 10 | 1011010 | 100110 | 111011 | 1010010 | 100010 |
Color Harmonies of #9D9A10
Complementary color
Monochromatic Colors of #9D9A10
Black with #9D9A10
Text Example
Text Example
White with #9D9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9A10; }
p { color: rgb(157,154,16); }
H1.HeaderClassName
{
color: #9D9A10;
}
.AnyTagClassName
{
color: #9D9A10;
}
</style>
background-color css
<style>
a { background-color: #9D9A10; }
a { background-color: rgb(157,154,16); }
div.DivClassName
{
background-color: #9D9A10;
}
.BgClassName
{
background-color: #9D9A10;
}
</style>
border-color css
<style>
span { border-color: #9D9A10; }
span { border-color: rgb(157,154,16); }
td.TdClassName
{
border-color: #9D9A10;
}
.TagClassName
{
border-color: #9D9A10;
}
</style>