#CEB033

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

Shades of Metallic Gold #CEB033

Tints of Metallic Gold #CEB033

Color information

#CEB033 (or 0xCEB033) is unknown color: approx Metallic Gold. HEX triplet: CE, B0 and 33. RGB value is (206,176,51). Sum of RGB (Red+Green+Blue) = 206+176+51=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB033 is #314FCC. Grayscale: #ABABAB. Windows color (decimal): -3231693 or 3387598. OLE color: 3387598.

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

Color convert

RGB20617651-
CMYK00.150.750.19
HSL48.39º61.26%50.39%-
HSV(B)48.39º75.24%80.78%-
XYZ41.5844.419.51-
YUV170.7260.44153.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=47.58%
G=40.65%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061765100.150.750.1948.3961.2650.39
HexCEB0330F4B13303d32
Octal3162606301711323607562
Binary110011101011000011001101111100101110011110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB033; }

 p { color: rgb(206,176,51); }

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

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

 a { background-color: rgb(206,176,51); }

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

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

 span { border-color: rgb(206,176,51); }

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