#CEA135

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

Shades of Metallic Gold #CEA135

Tints of Metallic Gold #CEA135

Color information

#CEA135 (or 0xCEA135) is unknown color: approx Metallic Gold. HEX triplet: CE, A1 and 35. RGB value is (206,161,53). Sum of RGB (Red+Green+Blue) = 206+161+53=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA135 is #315ECA. Grayscale: #A2A2A2. Windows color (decimal): -3235531 or 3514830. OLE color: 3514830.

HSL color Cylindrical-coordinate representation of color #CEA135: hue angle of 42.35º 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 #CEA135 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20616153-
CMYK00.220.740.19
HSL42.35º60.96%50.78%-
HSV(B)42.35º74.27%80.78%-
XYZ38.8438.878.82-
YUV162.1466.41159.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 161 (63.28% from 255) = 38.33%
BLUE value IS 53 (21.09% from 255) = 12.62%
R=49.05%
G=38.33%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061615300.220.740.1942.3560.9650.78
HexCEA1350164A132a3d33
Octal3162416502611223527563
Binary1100111010100001110101010110100101010011101010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA135; }

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

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

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

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

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

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

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

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