Shades of Lucky #9C990D
Tints of Lucky #9C990D
RGB
CMYK
RGB Variations
Color information
#9C990D (or 0x9C990D) is known color: Lucky. HEX triplet: 9C, 99 and 0D. RGB value is (156,153,13). Sum of RGB (Red+Green+Blue) = 156+153+13=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C990D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9C990D is #6366F2. Grayscale: #8A8A8A. Windows color (decimal): -6514419 or 891292. OLE color: 891292.
HSL color Cylindrical-coordinate representation of color #9C990D: hue angle of 58.74º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C990D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 153 | 13 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.39 |
| HSL | 58.74º | 0.85% | 0.33% | - |
| HSV(B) | 58.74º | 0.92% | 0.61% | - |
| XYZ | 25.17 | 29.88 | 4.82 | - |
| YUV | 137.94 | 57.49 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 13 | 0 | 0.02 | 0.92 | 0.39 | 58.74 | 0.85 | 0.33 |
| Hex | 9C | 99 | D | 0 | 2 | 5C | 27 | 3B | 55 | 21 |
| Octal | 234 | 231 | 15 | 0 | 2 | 134 | 47 | 73 | 125 | 41 |
| Binary | 10011100 | 10011001 | 1101 | 0 | 10 | 1011100 | 100111 | 111011 | 1010101 | 100001 |
Color Harmonies of #9C990D
Complementary color
Monochromatic Colors of #9C990D
Black with #9C990D
Text Example
Text Example
White with #9C990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C990D; }
p { color: rgb(156,153,13); }
H1.HeaderClassName
{
color: #9C990D;
}
.AnyTagClassName
{
color: #9C990D;
}
</style>
background-color css
<style>
a { background-color: #9C990D; }
a { background-color: rgb(156,153,13); }
div.DivClassName
{
background-color: #9C990D;
}
.BgClassName
{
background-color: #9C990D;
}
</style>
border-color css
<style>
span { border-color: #9C990D; }
span { border-color: rgb(156,153,13); }
td.TdClassName
{
border-color: #9C990D;
}
.TagClassName
{
border-color: #9C990D;
}
</style>