#cfae45

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

Shades of Old Gold #CFAE45

Tints of Old Gold #CFAE45

Color information

#CFAE45 (or 0xCFAE45) is unknown color: approx Old Gold. HEX triplet: CF, AE and 45. RGB value is (207,174,69). Sum of RGB (Red+Green+Blue) = 207+174+69=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE45 is #3051BA. Grayscale: #ACACAC. Windows color (decimal): -3166651 or 4566735. OLE color: 4566735.

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

Color convert

RGB20717469-
CMYK00.160.670.19
HSL45.65º58.97%54.12%-
HSV(B)45.65º66.67%81.18%-
XYZ41.9443.9711.91-
YUV171.969.93153.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46%
GREEN value IS 174 (68.36% from 255) = 38.67%
BLUE value IS 69 (27.34% from 255) = 15.33%
R=46%
G=38.67%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071746900.160.670.1945.6558.9754.12
HexCFAE4501043132e3b36
Octal31725610502010323567366
Binary11001111101011101000101010000100001110011101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfae45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfae45; }

 p { color: rgb(207,174,69); }

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

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

 a { background-color: rgb(207,174,69); }

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

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

 span { border-color: rgb(207,174,69); }

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