#CFA639

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

Shades of Metallic Gold #CFA639

Tints of Metallic Gold #CFA639

Color information

#CFA639 (or 0xCFA639) is unknown color: approx Metallic Gold. HEX triplet: CF, A6 and 39. RGB value is (207,166,57). Sum of RGB (Red+Green+Blue) = 207+166+57=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA639 is #3059C6. Grayscale: #A6A6A6. Windows color (decimal): -3168711 or 3778255. OLE color: 3778255.

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

Color convert

RGB20716657-
CMYK00.200.720.19
HSL43.6º60.98%51.76%-
HSV(B)43.6º72.46%81.18%-
XYZ40.1140.839.64-
YUV165.8366.58157.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 166 (65.23% from 255) = 38.60%
BLUE value IS 57 (22.66% from 255) = 13.26%
R=48.14%
G=38.60%
B=13.26%

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
Decimal2071665700.200.720.1943.660.9851.76
HexCFA63901448132c3d34
Octal3172467102411023547564
Binary1100111110100110111001010100100100010011101100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA639; }

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

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

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

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

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

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

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

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