Shades of Metallic Gold #C89F34
Tints of Metallic Gold #C89F34
RGB
CMYK
RGB Variations
Color information
#C89F34 (or 0xC89F34) is known color: Metallic Gold. HEX triplet: C8, 9F and 34. RGB value is (200,159,52). Sum of RGB (Red+Green+Blue) = 200+159+52=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F34 is #3760CB. Grayscale: #9F9F9F. Windows color (decimal): -3629260 or 3448776. OLE color: 3448776.
HSL color Cylindrical-coordinate representation of color #C89F34: hue angle of 43.38º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C89F34 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 52 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.22 |
| HSL | 43.38º | 0.59% | 0.49% | - |
| HSV(B) | 43.38º | 0.74% | 0.78% | - |
| XYZ | 36.84 | 37.32 | 8.51 | - |
| YUV | 159.06 | 67.58 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 52 | 0 | 0.20 | 0.74 | 0.22 | 43.38 | 0.59 | 0.49 |
| Hex | C8 | 9F | 34 | 0 | 14 | 4A | 16 | 2B | 3B | 31 |
| Octal | 310 | 237 | 64 | 0 | 24 | 112 | 26 | 53 | 73 | 61 |
| Binary | 11001000 | 10011111 | 110100 | 0 | 10100 | 1001010 | 10110 | 101011 | 111011 | 110001 |
Color Harmonies of #C89F34
Complementary color
Monochromatic Colors of #C89F34
Black with #C89F34
Text Example
Text Example
White with #C89F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F34; }
p { color: rgb(200,159,52); }
H1.HeaderClassName
{
color: #C89F34;
}
.AnyTagClassName
{
color: #C89F34;
}
</style>
background-color css
<style>
a { background-color: #C89F34; }
a { background-color: rgb(200,159,52); }
div.DivClassName
{
background-color: #C89F34;
}
.BgClassName
{
background-color: #C89F34;
}
</style>
border-color css
<style>
span { border-color: #C89F34; }
span { border-color: rgb(200,159,52); }
td.TdClassName
{
border-color: #C89F34;
}
.TagClassName
{
border-color: #C89F34;
}
</style>