#CEB132

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

Shades of Metallic Gold #CEB132

Tints of Metallic Gold #CEB132

Color information

#CEB132 (or 0xCEB132) is unknown color: approx Metallic Gold. HEX triplet: CE, B1 and 32. RGB value is (206,177,50). Sum of RGB (Red+Green+Blue) = 206+177+50=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 50 (19.92% from 255 or 11.55% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB132 is #314ECD. Grayscale: #ABABAB. Windows color (decimal): -3231438 or 3322318. OLE color: 3322318.

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

Color convert

RGB20617750-
CMYK00.140.760.19
HSL48.85º61.42%50.2%-
HSV(B)48.85º75.73%80.78%-
XYZ41.7544.89.46-
YUV171.1959.61152.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 50 (19.92% from 255) = 11.55%
R=47.58%
G=40.88%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061775000.140.760.1948.8561.4250.2
HexCEB1320E4C13313d32
Octal3162616201611423617562
Binary110011101011000111001001110100110010011110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB132; }

 p { color: rgb(206,177,50); }

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

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

 a { background-color: rgb(206,177,50); }

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

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

 span { border-color: rgb(206,177,50); }

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