#CEB746

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

Shades of Old Gold #CEB746

Tints of Old Gold #CEB746

Color information

#CEB746 (or 0xCEB746) is unknown color: approx Old Gold. HEX triplet: CE, B7 and 46. RGB value is (206,183,70). Sum of RGB (Red+Green+Blue) = 206+183+70=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB746 is #3148B9. Grayscale: #B1B1B1. Windows color (decimal): -3229882 or 4634574. OLE color: 4634574.

HSL color Cylindrical-coordinate representation of color #CEB746: hue angle of 49.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEB746 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20618370-
CMYK00.110.660.19
HSL49.85º58.12%54.12%-
HSV(B)49.85º66.02%80.78%-
XYZ43.4947.4312.66-
YUV176.9967.62148.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 183 (71.88% from 255) = 39.87%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=44.88%
G=39.87%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061837000.110.660.1949.8558.1254.12
HexCEB7460B4213323a36
Octal31626710601310223627266
Binary1100111010110111100011001011100001010011110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB746; }

 p { color: rgb(206,183,70); }

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

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

 a { background-color: rgb(206,183,70); }

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

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

 span { border-color: rgb(206,183,70); }

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