#CEAC37

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

Shades of Metallic Gold #CEAC37

Tints of Metallic Gold #CEAC37

Color information

#CEAC37 (or 0xCEAC37) is unknown color: approx Metallic Gold. HEX triplet: CE, AC and 37. RGB value is (206,172,55). Sum of RGB (Red+Green+Blue) = 206+172+55=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAC37 is #3153C8. Grayscale: #A9A9A9. Windows color (decimal): -3232713 or 3648718. OLE color: 3648718.

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

Color convert

RGB20617255-
CMYK00.170.730.19
HSL46.49º60.64%51.18%-
HSV(B)46.49º73.3%80.78%-
XYZ40.942.99.74-
YUV168.8363.76154.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 55 (21.88% from 255) = 12.70%
R=47.58%
G=39.72%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061725500.170.730.1946.4960.6451.18
HexCEAC3701149132e3d33
Octal3162546702111123567563
Binary1100111010101100110111010001100100110011101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC37; }

 p { color: rgb(206,172,55); }

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

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

 a { background-color: rgb(206,172,55); }

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

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

 span { border-color: rgb(206,172,55); }

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