#CEA635

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

Shades of Metallic Gold #CEA635

Tints of Metallic Gold #CEA635

Color information

#CEA635 (or 0xCEA635) is unknown color: approx Metallic Gold. HEX triplet: CE, A6 and 35. RGB value is (206,166,53). Sum of RGB (Red+Green+Blue) = 206+166+53=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 53 (21.09% from 255 or 12.47% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA635 is #3159CA. Grayscale: #A5A5A5. Windows color (decimal): -3234251 or 3516110. OLE color: 3516110.

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

Color convert

RGB20616653-
CMYK00.190.740.19
HSL44.31º60.96%50.78%-
HSV(B)44.31º74.27%80.78%-
XYZ39.7340.659.12-
YUV165.0864.75157.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 53 (21.09% from 255) = 12.47%
R=48.47%
G=39.06%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061665300.190.740.1944.3160.9650.78
HexCEA6350134A132c3d33
Octal3162466502311223547563
Binary1100111010100110110101010011100101010011101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA635; }

 p { color: rgb(206,166,53); }

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

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

 a { background-color: rgb(206,166,53); }

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

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

 span { border-color: rgb(206,166,53); }

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