Shades of Reef Gold #9D8A33
Tints of Reef Gold #9D8A33
RGB
CMYK
RGB Variations
Color information
#9D8A33 (or 0x9D8A33) is known color: Reef Gold. HEX triplet: 9D, 8A and 33. RGB value is (157,138,51). Sum of RGB (Red+Green+Blue) = 157+138+51=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8A33 is #6275CC. Grayscale: #868686. Windows color (decimal): -6452685 or 3377821. OLE color: 3377821.
HSL color Cylindrical-coordinate representation of color #9D8A33: hue angle of 49.25º 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 #9D8A33 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 51 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.38 |
| HSL | 49.25º | 0.51% | 0.41% | - |
| HSV(B) | 49.25º | 0.68% | 0.62% | - |
| XYZ | 23.59 | 25.58 | 6.83 | - |
| YUV | 133.76 | 81.29 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 51 | 0 | 0.12 | 0.68 | 0.38 | 49.25 | 0.51 | 0.41 |
| Hex | 9D | 8A | 33 | 0 | C | 44 | 26 | 31 | 33 | 29 |
| Octal | 235 | 212 | 63 | 0 | 14 | 104 | 46 | 61 | 63 | 51 |
| Binary | 10011101 | 10001010 | 110011 | 0 | 1100 | 1000100 | 100110 | 110001 | 110011 | 101001 |
Color Harmonies of #9D8A33
Complementary color
Monochromatic Colors of #9D8A33
Black with #9D8A33
Text Example
Text Example
White with #9D8A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A33; }
p { color: rgb(157,138,51); }
H1.HeaderClassName
{
color: #9D8A33;
}
.AnyTagClassName
{
color: #9D8A33;
}
</style>
background-color css
<style>
a { background-color: #9D8A33; }
a { background-color: rgb(157,138,51); }
div.DivClassName
{
background-color: #9D8A33;
}
.BgClassName
{
background-color: #9D8A33;
}
</style>
border-color css
<style>
span { border-color: #9D8A33; }
span { border-color: rgb(157,138,51); }
td.TdClassName
{
border-color: #9D8A33;
}
.TagClassName
{
border-color: #9D8A33;
}
</style>