#C89F37

Color #C89F37 Metallic Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Gold #C89F37

Tints of Metallic Gold #C89F37

Color information

#C89F37 (or 0xC89F37) is unknown color: approx 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

RGB20015955-
CMYK00.200.720.22
HSL43.03º56.86%50%-
HSV(B)43.03º72.5%78.43%-
XYZ36.9137.358.88-
YUV159.469.08156.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 48.31%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 55 (21.88% from 255) = 13.29%
R=48.31%
G=38.41%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001595500.200.720.2243.0356.8650
HexC89F3701448162b3932
Octal3102376702411026537162
Binary1100100010011111110111010100100100010110101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>