Shades of Reef Gold #9F9433
Tints of Reef Gold #9F9433
RGB
CMYK
RGB Variations
Color information
#9F9433 (or 0x9F9433) is known color: Reef Gold. HEX triplet: 9F, 94 and 33. RGB value is (159,148,51). Sum of RGB (Red+Green+Blue) = 159+148+51=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9433 is #606BCC. Grayscale: #8C8C8C. Windows color (decimal): -6319053 or 3380383. OLE color: 3380383.
HSL color Cylindrical-coordinate representation of color #9F9433: hue angle of 53.89º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F9433 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 51 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.38 |
| HSL | 53.89º | 0.51% | 0.41% | - |
| HSV(B) | 53.89º | 0.68% | 0.62% | - |
| XYZ | 25.49 | 28.79 | 7.35 | - |
| YUV | 140.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 51 | 0 | 0.07 | 0.68 | 0.38 | 53.89 | 0.51 | 0.41 |
| Hex | 9F | 94 | 33 | 0 | 7 | 44 | 26 | 36 | 33 | 29 |
| Octal | 237 | 224 | 63 | 0 | 7 | 104 | 46 | 66 | 63 | 51 |
| Binary | 10011111 | 10010100 | 110011 | 0 | 111 | 1000100 | 100110 | 110110 | 110011 | 101001 |
Color Harmonies of #9F9433
Complementary color
Monochromatic Colors of #9F9433
Black with #9F9433
Text Example
Text Example
White with #9F9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9433; }
p { color: rgb(159,148,51); }
H1.HeaderClassName
{
color: #9F9433;
}
.AnyTagClassName
{
color: #9F9433;
}
</style>
background-color css
<style>
a { background-color: #9F9433; }
a { background-color: rgb(159,148,51); }
div.DivClassName
{
background-color: #9F9433;
}
.BgClassName
{
background-color: #9F9433;
}
</style>
border-color css
<style>
span { border-color: #9F9433; }
span { border-color: rgb(159,148,51); }
td.TdClassName
{
border-color: #9F9433;
}
.TagClassName
{
border-color: #9F9433;
}
</style>