Shades of Metallic Gold #C89F37
Tints of Metallic Gold #C89F37
RGB
CMYK
RGB Variations
Color information
#C89F37 (or 0xC89F37) is known color: Metallic Gold. HEX triplet: C8, 9F and 37. RGB value is (200,159,55). Sum of RGB (Red+Green+Blue) = 200+159+55=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F37 is #3760C8. Grayscale: #9F9F9F. Windows color (decimal): -3629257 or 3645384. OLE color: 3645384.
HSL color Cylindrical-coordinate representation of color #C89F37: hue angle of 43.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C89F37 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 55 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.22 |
| HSL | 43.03º | 0.57% | 0.5% | - |
| HSV(B) | 43.03º | 0.73% | 0.78% | - |
| XYZ | 36.91 | 37.35 | 8.88 | - |
| YUV | 159.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 55 | 0 | 0.20 | 0.72 | 0.22 | 43.03 | 0.57 | 0.5 |
| Hex | C8 | 9F | 37 | 0 | 14 | 48 | 16 | 2B | 39 | 32 |
| Octal | 310 | 237 | 67 | 0 | 24 | 110 | 26 | 53 | 71 | 62 |
| Binary | 11001000 | 10011111 | 110111 | 0 | 10100 | 1001000 | 10110 | 101011 | 111001 | 110010 |
Color Harmonies of #C89F37
Complementary color
Monochromatic Colors of #C89F37
Black with #C89F37
Text Example
Text Example
White with #C89F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F37; }
p { color: rgb(200,159,55); }
H1.HeaderClassName
{
color: #C89F37;
}
.AnyTagClassName
{
color: #C89F37;
}
</style>
background-color css
<style>
a { background-color: #C89F37; }
a { background-color: rgb(200,159,55); }
div.DivClassName
{
background-color: #C89F37;
}
.BgClassName
{
background-color: #C89F37;
}
</style>
border-color css
<style>
span { border-color: #C89F37; }
span { border-color: rgb(200,159,55); }
td.TdClassName
{
border-color: #C89F37;
}
.TagClassName
{
border-color: #C89F37;
}
</style>