#CEAE39

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

Shades of Metallic Gold #CEAE39

Tints of Metallic Gold #CEAE39

Color information

#CEAE39 (or 0xCEAE39) is unknown color: approx Metallic Gold. HEX triplet: CE, AE and 39. RGB value is (206,174,57). Sum of RGB (Red+Green+Blue) = 206+174+57=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE39 is #3151C6. Grayscale: #AAAAAA. Windows color (decimal): -3232199 or 3780302. OLE color: 3780302.

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

Color convert

RGB20617457-
CMYK00.160.720.19
HSL47.11º60.32%51.57%-
HSV(B)47.11º72.33%80.78%-
XYZ41.3343.6910.13-
YUV170.2364.1153.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 57 (22.66% from 255) = 13.04%
R=47.14%
G=39.82%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061745700.160.720.1947.1160.3251.57
HexCEAE3901048132f3c34
Octal3162567102011023577464
Binary1100111010101110111001010000100100010011101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE39; }

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

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

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

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

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

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

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

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