#CEA630

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

Shades of Metallic Gold #CEA630

Tints of Metallic Gold #CEA630

Color information

#CEA630 (or 0xCEA630) is unknown color: approx Metallic Gold. HEX triplet: CE, A6 and 30. RGB value is (206,166,48). Sum of RGB (Red+Green+Blue) = 206+166+48=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 48 (19.14% from 255 or 11.43% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA630 is #3159CF. Grayscale: #A5A5A5. Windows color (decimal): -3234256 or 3188430. OLE color: 3188430.

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

Color convert

RGB20616648-
CMYK00.190.770.19
HSL44.81º62.2%49.8%-
HSV(B)44.81º76.7%80.78%-
XYZ39.6240.618.55-
YUV164.5162.25157.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 48 (19.14% from 255) = 11.43%
R=49.05%
G=39.52%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061664800.190.770.1944.8162.249.8
HexCEA6300134D132d3e32
Octal3162466002311523557662
Binary1100111010100110110000010011100110110011101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA630; }

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

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

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

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

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

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

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

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