#CEA437

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

Shades of Metallic Gold #CEA437

Tints of Metallic Gold #CEA437

Color information

#CEA437 (or 0xCEA437) is unknown color: approx Metallic Gold. HEX triplet: CE, A4 and 37. RGB value is (206,164,55). Sum of RGB (Red+Green+Blue) = 206+164+55=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA437 is #315BC8. Grayscale: #A4A4A4. Windows color (decimal): -3234761 or 3646670. OLE color: 3646670.

HSL color Cylindrical-coordinate representation of color #CEA437: hue angle of 43.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEA437 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20616455-
CMYK00.200.730.19
HSL43.31º60.64%51.18%-
HSV(B)43.31º73.3%80.78%-
XYZ39.4239.959.25-
YUV164.1366.41157.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 164 (64.45% from 255) = 38.59%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=48.47%
G=38.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061645500.200.730.1943.3160.6451.18
HexCEA43701449132b3d33
Octal3162446702411123537563
Binary1100111010100100110111010100100100110011101011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA437; }

 p { color: rgb(206,164,55); }

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

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

 a { background-color: rgb(206,164,55); }

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

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

 span { border-color: rgb(206,164,55); }

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