#CEAB37

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

Shades of Metallic Gold #CEAB37

Tints of Metallic Gold #CEAB37

Color information

#CEAB37 (or 0xCEAB37) is unknown color: approx Metallic Gold. HEX triplet: CE, AB and 37. RGB value is (206,171,55). Sum of RGB (Red+Green+Blue) = 206+171+55=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAB37 is #3154C8. Grayscale: #A8A8A8. Windows color (decimal): -3232969 or 3648462. OLE color: 3648462.

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

Color convert

RGB20617155-
CMYK00.170.730.19
HSL46.09º60.64%51.18%-
HSV(B)46.09º73.3%80.78%-
XYZ40.7142.529.68-
YUV168.2464.1154.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.69%
GREEN value IS 171 (67.19% from 255) = 39.58%
BLUE value IS 55 (21.88% from 255) = 12.73%
R=47.69%
G=39.58%
B=12.73%

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
Decimal2061715500.170.730.1946.0960.6451.18
HexCEAB3701149132e3d33
Octal3162536702111123567563
Binary1100111010101011110111010001100100110011101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB37; }

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

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

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

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

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

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

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

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