#CEA333

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

Shades of Metallic Gold #CEA333

Tints of Metallic Gold #CEA333

Color information

#CEA333 (or 0xCEA333) is unknown color: approx Metallic Gold. HEX triplet: CE, A3 and 33. RGB value is (206,163,51). Sum of RGB (Red+Green+Blue) = 206+163+51=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA333 is #315CCC. Grayscale: #A3A3A3. Windows color (decimal): -3235021 or 3384270. OLE color: 3384270.

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

Color convert

RGB20616351-
CMYK00.210.750.19
HSL43.35º61.26%50.39%-
HSV(B)43.35º75.24%80.78%-
XYZ39.1539.568.7-
YUV163.0964.75158.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=49.05%
G=38.81%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061635100.210.750.1943.3561.2650.39
HexCEA3330154B132b3d32
Octal3162436302511323537562
Binary1100111010100011110011010101100101110011101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA333; }

 p { color: rgb(206,163,51); }

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

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

 a { background-color: rgb(206,163,51); }

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

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

 span { border-color: rgb(206,163,51); }

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