#CFAE3A

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

Shades of Metallic Gold #CFAE3A

Tints of Metallic Gold #CFAE3A

Color information

#CFAE3A (or 0xCFAE3A) is unknown color: approx Metallic Gold. HEX triplet: CF, AE and 3A. RGB value is (207,174,58). Sum of RGB (Red+Green+Blue) = 207+174+58=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE3A is #3051C5. Grayscale: #ABABAB. Windows color (decimal): -3166662 or 3845839. OLE color: 3845839.

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

Color convert

RGB20717458-
CMYK00.160.720.19
HSL46.71º60.82%51.96%-
HSV(B)46.71º71.98%81.18%-
XYZ41.6343.8410.27-
YUV170.6464.43153.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.15%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=47.15%
G=39.64%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071745800.160.720.1946.7160.8251.96
HexCFAE3A01048132f3d34
Octal3172567202011023577564
Binary1100111110101110111010010000100100010011101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE3A; }

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

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

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

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

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

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

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

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