#CEB540

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

Shades of Old Gold #CEB540

Tints of Old Gold #CEB540

Color information

#CEB540 (or 0xCEB540) is unknown color: approx Old Gold. HEX triplet: CE, B5 and 40. RGB value is (206,181,64). Sum of RGB (Red+Green+Blue) = 206+181+64=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB540 is #314ABF. Grayscale: #AFAFAF. Windows color (decimal): -3230400 or 4240846. OLE color: 4240846.

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

Color convert

RGB20618164-
CMYK00.120.690.19
HSL49.44º59.17%52.94%-
HSV(B)49.44º68.93%80.78%-
XYZ42.946.5411.57-
YUV175.1465.28150.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=45.68%
G=40.13%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061816400.120.690.1949.4459.1752.94
HexCEB5400C4513313b35
Octal31626510001410523617365
Binary1100111010110101100000001100100010110011110001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB540; }

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

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

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

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

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

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

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

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