Shades of Reef Gold #9D8C38
Tints of Reef Gold #9D8C38
RGB
CMYK
RGB Variations
Color information
#9D8C38 (or 0x9D8C38) is known color: Reef Gold. HEX triplet: 9D, 8C and 38. RGB value is (157,140,56). Sum of RGB (Red+Green+Blue) = 157+140+56=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8C38 is #6273C7. Grayscale: #878787. Windows color (decimal): -6452168 or 3706013. OLE color: 3706013.
HSL color Cylindrical-coordinate representation of color #9D8C38: hue angle of 49.9º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D8C38 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 56 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.38 |
| HSL | 49.9º | 0.47% | 0.42% | - |
| HSV(B) | 49.9º | 0.64% | 0.62% | - |
| XYZ | 24 | 26.21 | 7.54 | - |
| YUV | 135.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 56 | 0 | 0.11 | 0.64 | 0.38 | 49.9 | 0.47 | 0.42 |
| Hex | 9D | 8C | 38 | 0 | B | 40 | 26 | 32 | 2F | 2A |
| Octal | 235 | 214 | 70 | 0 | 13 | 100 | 46 | 62 | 57 | 52 |
| Binary | 10011101 | 10001100 | 111000 | 0 | 1011 | 1000000 | 100110 | 110010 | 101111 | 101010 |
Color Harmonies of #9D8C38
Complementary color
Monochromatic Colors of #9D8C38
Black with #9D8C38
Text Example
Text Example
White with #9D8C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C38; }
p { color: rgb(157,140,56); }
H1.HeaderClassName
{
color: #9D8C38;
}
.AnyTagClassName
{
color: #9D8C38;
}
</style>
background-color css
<style>
a { background-color: #9D8C38; }
a { background-color: rgb(157,140,56); }
div.DivClassName
{
background-color: #9D8C38;
}
.BgClassName
{
background-color: #9D8C38;
}
</style>
border-color css
<style>
span { border-color: #9D8C38; }
span { border-color: rgb(157,140,56); }
td.TdClassName
{
border-color: #9D8C38;
}
.TagClassName
{
border-color: #9D8C38;
}
</style>