#C89F3A

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

Shades of Metallic Gold #C89F3A

Tints of Metallic Gold #C89F3A

Color information

#C89F3A (or 0xC89F3A) is unknown color: approx Metallic Gold. HEX triplet: C8, 9F and 3A. RGB value is (200,159,58). Sum of RGB (Red+Green+Blue) = 200+159+58=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89F3A is #3760C5. Grayscale: #A0A0A0. Windows color (decimal): -3629254 or 3841992. OLE color: 3841992.

HSL color Cylindrical-coordinate representation of color #C89F3A: hue angle of 42.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C89F3A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB20015958-
CMYK00.200.710.22
HSL42.68º56.35%50.59%-
HSV(B)42.68º71%78.43%-
XYZ36.9837.389.27-
YUV159.7470.58156.71-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=47.96%
G=38.13%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001595800.200.710.2242.6856.3550.59
HexC89F3A01447162b3833
Octal3102377202410726537063
Binary1100100010011111111010010100100011110110101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89F3A; }

 p { color: rgb(200,159,58); }

 H1.HeaderClassName
 {
   color: #C89F3A;
 }
 .AnyTagClassName
 {
   color: #C89F3A;
 }
</style>
background-color css

<style>
 a { background-color: #C89F3A; }

 a { background-color: rgb(200,159,58); }

 div.DivClassName
 {
   background-color: #C89F3A;
 }
 .BgClassName
 {
   background-color: #C89F3A;
 }
</style>
border-color css

<style>
 span { border-color: #C89F3A; }

 span { border-color: rgb(200,159,58); }

 td.TdClassName
 {
   border-color: #C89F3A;
 }
 .TagClassName
 {
   border-color: #C89F3A;
 }
</style>