#CEA92D

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

Shades of Metallic Gold #CEA92D

Tints of Metallic Gold #CEA92D

Color information

#CEA92D (or 0xCEA92D) is unknown color: approx Metallic Gold. HEX triplet: CE, A9 and 2D. RGB value is (206,169,45). Sum of RGB (Red+Green+Blue) = 206+169+45=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA92D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA92D is #3156D2. Grayscale: #A6A6A6. Windows color (decimal): -3233491 or 2992590. OLE color: 2992590.

HSL color Cylindrical-coordinate representation of color #CEA92D: hue angle of 46.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEA92D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20616945-
CMYK00.180.780.19
HSL46.21º64.14%49.22%-
HSV(B)46.21º78.16%80.78%-
XYZ40.1241.698.41-
YUV165.9359.76156.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.05%
GREEN value IS 169 (66.41% from 255) = 40.24%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=49.05%
G=40.24%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061694500.180.780.1946.2164.1449.22
HexCEA92D0124E132e4031
Octal31625155022116235610061
Binary11001110101010011011010100101001110100111011101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA92D; }

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

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

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

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

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

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

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

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