#CEA939

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

Shades of Metallic Gold #CEA939

Tints of Metallic Gold #CEA939

Color information

#CEA939 (or 0xCEA939) is unknown color: approx Metallic Gold. HEX triplet: CE, A9 and 39. RGB value is (206,169,57). Sum of RGB (Red+Green+Blue) = 206+169+57=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA939 is #3156C6. Grayscale: #A7A7A7. Windows color (decimal): -3233479 or 3779022. OLE color: 3779022.

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

Color convert

RGB20616957-
CMYK00.180.720.19
HSL45.1º60.32%51.57%-
HSV(B)45.1º72.33%80.78%-
XYZ40.3841.799.81-
YUV167.2965.76155.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 169 (66.41% from 255) = 39.12%
BLUE value IS 57 (22.66% from 255) = 13.19%
R=47.69%
G=39.12%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061695700.180.720.1945.160.3251.57
HexCEA93901248132d3c34
Octal3162517102211023557464
Binary1100111010101001111001010010100100010011101101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA939; }

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

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

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

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

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

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

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

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