#CFAE34

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

Shades of Metallic Gold #CFAE34

Tints of Metallic Gold #CFAE34

Color information

#CFAE34 (or 0xCFAE34) is unknown color: approx Metallic Gold. HEX triplet: CF, AE and 34. RGB value is (207,174,52). Sum of RGB (Red+Green+Blue) = 207+174+52=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE34 is #3051CB. Grayscale: #AAAAAA. Windows color (decimal): -3166668 or 3452623. OLE color: 3452623.

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

Color convert

RGB20717452-
CMYK00.160.750.19
HSL47.23º61.75%50.78%-
HSV(B)47.23º74.88%81.18%-
XYZ41.4943.799.51-
YUV169.9661.43154.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 52 (20.70% from 255) = 12.01%
R=47.81%
G=40.18%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071745200.160.750.1947.2361.7550.78
HexCFAE340104B132f3e33
Octal3172566402011323577663
Binary1100111110101110110100010000100101110011101111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE34; }

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

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

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

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

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

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

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

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