#CFA73D

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

Shades of Metallic Gold #CFA73D

Tints of Metallic Gold #CFA73D

Color information

#CFA73D (or 0xCFA73D) is unknown color: approx Metallic Gold. HEX triplet: CF, A7 and 3D. RGB value is (207,167,61). Sum of RGB (Red+Green+Blue) = 207+167+61=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA73D is #3058C2. Grayscale: #A7A7A7. Windows color (decimal): -3168451 or 4040655. OLE color: 4040655.

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

Color convert

RGB20716761-
CMYK00.190.710.19
HSL43.56º60.33%52.55%-
HSV(B)43.56º70.53%81.18%-
XYZ40.3941.2410.25-
YUV166.8868.25156.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=47.59%
G=38.39%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071676100.190.710.1943.5660.3352.55
HexCFA73D01347132c3c35
Octal3172477502310723547465
Binary1100111110100111111101010011100011110011101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA73D; }

 p { color: rgb(207,167,61); }

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

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

 a { background-color: rgb(207,167,61); }

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

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

 span { border-color: rgb(207,167,61); }

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