Shades of Lucky #99940D
Tints of Lucky #99940D
RGB
CMYK
RGB Variations
Color information
#99940D (or 0x99940D) is known color: Lucky. HEX triplet: 99, 94 and 0D. RGB value is (153,148,13). Sum of RGB (Red+Green+Blue) = 153+148+13=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99940D is #666BF2. Grayscale: #868686. Windows color (decimal): -6712307 or 890009. OLE color: 890009.
HSL color Cylindrical-coordinate representation of color #99940D: hue angle of 57.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99940D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 13 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.4 |
| HSL | 57.86º | 0.84% | 0.33% | - |
| HSV(B) | 57.86º | 0.92% | 0.6% | - |
| XYZ | 23.8 | 27.98 | 4.53 | - |
| YUV | 134.11 | 59.66 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 13 | 0 | 0.03 | 0.92 | 0.4 | 57.86 | 0.84 | 0.33 |
| Hex | 99 | 94 | D | 0 | 3 | 5C | 28 | 3A | 54 | 21 |
| Octal | 231 | 224 | 15 | 0 | 3 | 134 | 50 | 72 | 124 | 41 |
| Binary | 10011001 | 10010100 | 1101 | 0 | 11 | 1011100 | 101000 | 111010 | 1010100 | 100001 |
Color Harmonies of #99940D
Complementary color
Monochromatic Colors of #99940D
Black with #99940D
Text Example
Text Example
White with #99940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99940D; }
p { color: rgb(153,148,13); }
H1.HeaderClassName
{
color: #99940D;
}
.AnyTagClassName
{
color: #99940D;
}
</style>
background-color css
<style>
a { background-color: #99940D; }
a { background-color: rgb(153,148,13); }
div.DivClassName
{
background-color: #99940D;
}
.BgClassName
{
background-color: #99940D;
}
</style>
border-color css
<style>
span { border-color: #99940D; }
span { border-color: rgb(153,148,13); }
td.TdClassName
{
border-color: #99940D;
}
.TagClassName
{
border-color: #99940D;
}
</style>