#CFAC36

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

Shades of Metallic Gold #CFAC36

Tints of Metallic Gold #CFAC36

Color information

#CFAC36 (or 0xCFAC36) is unknown color: approx Metallic Gold. HEX triplet: CF, AC and 36. RGB value is (207,172,54). Sum of RGB (Red+Green+Blue) = 207+172+54=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC36 is #3053C9. Grayscale: #A9A9A9. Windows color (decimal): -3167178 or 3583183. OLE color: 3583183.

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

Color convert

RGB20717254-
CMYK00.170.740.19
HSL46.27º61.45%51.18%-
HSV(B)46.27º73.91%81.18%-
XYZ41.1543.049.63-
YUV169.0163.1155.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 172 (67.58% from 255) = 39.72%
BLUE value IS 54 (21.48% from 255) = 12.47%
R=47.81%
G=39.72%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071725400.170.740.1946.2761.4551.18
HexCFAC360114A132e3d33
Octal3172546602111223567563
Binary1100111110101100110110010001100101010011101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC36; }

 p { color: rgb(207,172,54); }

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

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

 a { background-color: rgb(207,172,54); }

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

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

 span { border-color: rgb(207,172,54); }

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