#CEB040

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

Shades of Old Gold #CEB040

Tints of Old Gold #CEB040

Color information

#CEB040 (or 0xCEB040) is unknown color: approx Old Gold. HEX triplet: CE, B0 and 40. RGB value is (206,176,64). Sum of RGB (Red+Green+Blue) = 206+176+64=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB040 is #314FBF. Grayscale: #ACACAC. Windows color (decimal): -3231680 or 4239566. OLE color: 4239566.

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

Color convert

RGB20617664-
CMYK00.150.690.19
HSL47.32º59.17%52.94%-
HSV(B)47.32º68.93%80.78%-
XYZ41.944.5411.24-
YUV172.266.94152.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 176 (69.14% from 255) = 39.46%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=46.19%
G=39.46%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061766400.150.690.1947.3259.1752.94
HexCEB0400F45132f3b35
Octal31626010001710523577365
Binary1100111010110000100000001111100010110011101111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB040; }

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

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

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

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

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

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

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

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