#CFA837

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

Shades of Metallic Gold #CFA837

Tints of Metallic Gold #CFA837

Color information

#CFA837 (or 0xCFA837) is unknown color: approx Metallic Gold. HEX triplet: CF, A8 and 37. RGB value is (207,168,55). Sum of RGB (Red+Green+Blue) = 207+168+55=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA837 is #3057C8. Grayscale: #A7A7A7. Windows color (decimal): -3168201 or 3647695. OLE color: 3647695.

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

Color convert

RGB20716855-
CMYK00.190.730.19
HSL44.61º61.29%51.37%-
HSV(B)44.61º73.43%81.18%-
XYZ40.4241.559.5-
YUV166.7864.92156.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 168 (66.02% from 255) = 39.07%
BLUE value IS 55 (21.88% from 255) = 12.79%
R=48.14%
G=39.07%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071685500.190.730.1944.6161.2951.37
HexCFA83701349132d3d33
Octal3172506702311123557563
Binary1100111110101000110111010011100100110011101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA837; }

 p { color: rgb(207,168,55); }

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

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

 a { background-color: rgb(207,168,55); }

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

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

 span { border-color: rgb(207,168,55); }

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