Shades of Lucky #9D9208
Tints of Lucky #9D9208
RGB
CMYK
RGB Variations
Color information
#9D9208 (or 0x9D9208) is known color: Lucky. HEX triplet: 9D, 92 and 08. RGB value is (157,146,8). Sum of RGB (Red+Green+Blue) = 157+146+8=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9D9208 is #626DF7. Grayscale: #868686. Windows color (decimal): -6450680 or 561821. OLE color: 561821.
HSL color Cylindrical-coordinate representation of color #9D9208: hue angle of 55.57º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D9208 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 8 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.38 |
| HSL | 55.57º | 0.9% | 0.32% | - |
| HSV(B) | 55.57º | 0.95% | 0.62% | - |
| XYZ | 24.23 | 27.74 | 4.31 | - |
| YUV | 133.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 8 | 0 | 0.07 | 0.95 | 0.38 | 55.57 | 0.9 | 0.32 |
| Hex | 9D | 92 | 8 | 0 | 7 | 5F | 26 | 38 | 5A | 20 |
| Octal | 235 | 222 | 10 | 0 | 7 | 137 | 46 | 70 | 132 | 40 |
| Binary | 10011101 | 10010010 | 1000 | 0 | 111 | 1011111 | 100110 | 111000 | 1011010 | 100000 |
Color Harmonies of #9D9208
Complementary color
Monochromatic Colors of #9D9208
Black with #9D9208
Text Example
Text Example
White with #9D9208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9208; }
p { color: rgb(157,146,8); }
H1.HeaderClassName
{
color: #9D9208;
}
.AnyTagClassName
{
color: #9D9208;
}
</style>
background-color css
<style>
a { background-color: #9D9208; }
a { background-color: rgb(157,146,8); }
div.DivClassName
{
background-color: #9D9208;
}
.BgClassName
{
background-color: #9D9208;
}
</style>
border-color css
<style>
span { border-color: #9D9208; }
span { border-color: rgb(157,146,8); }
td.TdClassName
{
border-color: #9D9208;
}
.TagClassName
{
border-color: #9D9208;
}
</style>