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