#CFB32E

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

Shades of Metallic Gold #CFB32E

Tints of Metallic Gold #CFB32E

Color information

#CFB32E (or 0xCFB32E) is unknown color: approx Metallic Gold. HEX triplet: CF, B3 and 2E. RGB value is (207,179,46). Sum of RGB (Red+Green+Blue) = 207+179+46=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB32E is #304CD1. Grayscale: #ACACAC. Windows color (decimal): -3165394 or 3060687. OLE color: 3060687.

HSL color Cylindrical-coordinate representation of color #CFB32E: hue angle of 49.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFB32E is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20717946-
CMYK00.140.780.19
HSL49.57º63.64%49.61%-
HSV(B)49.57º77.78%81.18%-
XYZ42.3545.79.17-
YUV172.2156.78152.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.92%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 46 (18.36% from 255) = 10.65%
R=47.92%
G=41.44%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071794600.140.780.1949.5763.6449.61
HexCFB32E0E4E13324032
Octal31726356016116236210062
Binary1100111110110011101110011101001110100111100101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB32E; }

 p { color: rgb(207,179,46); }

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

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

 a { background-color: rgb(207,179,46); }

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

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

 span { border-color: rgb(207,179,46); }

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