#CEA539

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

Shades of Metallic Gold #CEA539

Tints of Metallic Gold #CEA539

Color information

#CEA539 (or 0xCEA539) is unknown color: approx Metallic Gold. HEX triplet: CE, A5 and 39. RGB value is (206,165,57). Sum of RGB (Red+Green+Blue) = 206+165+57=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA539 is #315AC6. Grayscale: #A5A5A5. Windows color (decimal): -3234503 or 3777998. OLE color: 3777998.

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

Color convert

RGB20616557-
CMYK00.200.720.19
HSL43.49º60.32%51.57%-
HSV(B)43.49º72.33%80.78%-
XYZ39.6540.339.57-
YUV164.9567.08157.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 165 (64.84% from 255) = 38.55%
BLUE value IS 57 (22.66% from 255) = 13.32%
R=48.13%
G=38.55%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061655700.200.720.1943.4960.3251.57
HexCEA53901448132b3c34
Octal3162457102411023537464
Binary1100111010100101111001010100100100010011101011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA539; }

 p { color: rgb(206,165,57); }

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

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

 a { background-color: rgb(206,165,57); }

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

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

 span { border-color: rgb(206,165,57); }

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