#CEAE41

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

Shades of Old Gold #CEAE41

Tints of Old Gold #CEAE41

Color information

#CEAE41 (or 0xCEAE41) is unknown color: approx Old Gold. HEX triplet: CE, AE and 41. RGB value is (206,174,65). Sum of RGB (Red+Green+Blue) = 206+174+65=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAE41 is #3151BE. Grayscale: #ABABAB. Windows color (decimal): -3232191 or 4304590. OLE color: 4304590.

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

Color convert

RGB20617465-
CMYK00.160.680.19
HSL46.38º59%53.14%-
HSV(B)46.38º68.45%80.78%-
XYZ41.5443.7811.26-
YUV171.1468.1152.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=46.29%
G=39.10%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061746500.160.680.1946.385953.14
HexCEAE4101044132e3b35
Octal31625610102010423567365
Binary11001110101011101000001010000100010010011101110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE41; }

 p { color: rgb(206,174,65); }

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

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

 a { background-color: rgb(206,174,65); }

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

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

 span { border-color: rgb(206,174,65); }

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