#cfa53a

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

Shades of Metallic Gold #CFA53A

Tints of Metallic Gold #CFA53A

Color information

#CFA53A (or 0xCFA53A) is unknown color: approx Metallic Gold. HEX triplet: CF, A5 and 3A. RGB value is (207,165,58). Sum of RGB (Red+Green+Blue) = 207+165+58=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA53A is #305AC5. Grayscale: #A5A5A5. Windows color (decimal): -3168966 or 3843535. OLE color: 3843535.

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

Color convert

RGB20716558-
CMYK00.200.720.19
HSL43.09º60.82%51.96%-
HSV(B)43.09º71.98%81.18%-
XYZ39.9540.489.71-
YUV165.3667.41157.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 58 (23.05% from 255) = 13.49%
R=48.14%
G=38.37%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071655800.200.720.1943.0960.8251.96
HexCFA53A01448132b3d34
Octal3172457202411023537564
Binary1100111110100101111010010100100100010011101011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa53a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa53a; }

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

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

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

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

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

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

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

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