Shades of Lucky #99930D
Tints of Lucky #99930D
RGB
CMYK
RGB Variations
Color information
#99930D (or 0x99930D) is known color: Lucky. HEX triplet: 99, 93 and 0D. RGB value is (153,147,13). Sum of RGB (Red+Green+Blue) = 153+147+13=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #99930D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99930D is #666CF2. Grayscale: #868686. Windows color (decimal): -6712563 or 889753. OLE color: 889753.
HSL color Cylindrical-coordinate representation of color #99930D: hue angle of 57.43º 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 #99930D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 13 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.4 |
| HSL | 57.43º | 0.84% | 0.33% | - |
| HSV(B) | 57.43º | 0.92% | 0.6% | - |
| XYZ | 23.64 | 27.67 | 4.48 | - |
| YUV | 133.52 | 59.99 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 13 | 0 | 0.04 | 0.92 | 0.4 | 57.43 | 0.84 | 0.33 |
| Hex | 99 | 93 | D | 0 | 4 | 5C | 28 | 39 | 54 | 21 |
| Octal | 231 | 223 | 15 | 0 | 4 | 134 | 50 | 71 | 124 | 41 |
| Binary | 10011001 | 10010011 | 1101 | 0 | 100 | 1011100 | 101000 | 111001 | 1010100 | 100001 |
Color Harmonies of #99930D
Complementary color
Monochromatic Colors of #99930D
Black with #99930D
Text Example
Text Example
White with #99930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99930D; }
p { color: rgb(153,147,13); }
H1.HeaderClassName
{
color: #99930D;
}
.AnyTagClassName
{
color: #99930D;
}
</style>
background-color css
<style>
a { background-color: #99930D; }
a { background-color: rgb(153,147,13); }
div.DivClassName
{
background-color: #99930D;
}
.BgClassName
{
background-color: #99930D;
}
</style>
border-color css
<style>
span { border-color: #99930D; }
span { border-color: rgb(153,147,13); }
td.TdClassName
{
border-color: #99930D;
}
.TagClassName
{
border-color: #99930D;
}
</style>