Shades of Reef Gold #9F8433
Tints of Reef Gold #9F8433
RGB
CMYK
RGB Variations
Color information
#9F8433 (or 0x9F8433) is known color: Reef Gold. HEX triplet: 9F, 84 and 33. RGB value is (159,132,51). Sum of RGB (Red+Green+Blue) = 159+132+51=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8433 is #607BCC. Grayscale: #838383. Windows color (decimal): -6323149 or 3376287. OLE color: 3376287.
HSL color Cylindrical-coordinate representation of color #9F8433: hue angle of 45º 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 #9F8433 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 51 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.38 |
| HSL | 45º | 0.51% | 0.41% | - |
| HSV(B) | 45º | 0.68% | 0.62% | - |
| XYZ | 23.15 | 24.11 | 6.57 | - |
| YUV | 130.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 51 | 0 | 0.17 | 0.68 | 0.38 | 45 | 0.51 | 0.41 |
| Hex | 9F | 84 | 33 | 0 | 11 | 44 | 26 | 2D | 33 | 29 |
| Octal | 237 | 204 | 63 | 0 | 21 | 104 | 46 | 55 | 63 | 51 |
| Binary | 10011111 | 10000100 | 110011 | 0 | 10001 | 1000100 | 100110 | 101101 | 110011 | 101001 |
Color Harmonies of #9F8433
Complementary color
Monochromatic Colors of #9F8433
Black with #9F8433
Text Example
Text Example
White with #9F8433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8433; }
p { color: rgb(159,132,51); }
H1.HeaderClassName
{
color: #9F8433;
}
.AnyTagClassName
{
color: #9F8433;
}
</style>
background-color css
<style>
a { background-color: #9F8433; }
a { background-color: rgb(159,132,51); }
div.DivClassName
{
background-color: #9F8433;
}
.BgClassName
{
background-color: #9F8433;
}
</style>
border-color css
<style>
span { border-color: #9F8433; }
span { border-color: rgb(159,132,51); }
td.TdClassName
{
border-color: #9F8433;
}
.TagClassName
{
border-color: #9F8433;
}
</style>