#CFA63E

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

Shades of Metallic Gold #CFA63E

Tints of Metallic Gold #CFA63E

Color information

#CFA63E (or 0xCFA63E) is unknown color: approx Metallic Gold. HEX triplet: CF, A6 and 3E. RGB value is (207,166,62). Sum of RGB (Red+Green+Blue) = 207+166+62=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA63E is #3059C1. Grayscale: #A6A6A6. Windows color (decimal): -3168706 or 4105935. OLE color: 4105935.

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

Color convert

RGB20716662-
CMYK00.200.700.19
HSL43.03º60.17%52.75%-
HSV(B)43.03º70.05%81.18%-
XYZ40.2440.8910.33-
YUV166.469.08156.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 62 (24.61% from 255) = 14.25%
R=47.59%
G=38.16%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071666200.200.700.1943.0360.1752.75
HexCFA63E01446132b3c35
Octal3172467602410623537465
Binary1100111110100110111110010100100011010011101011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA63E; }

 p { color: rgb(207,166,62); }

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

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

 a { background-color: rgb(207,166,62); }

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

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

 span { border-color: rgb(207,166,62); }

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