#CFAD41

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

Shades of Metallic Gold #CFAD41

Tints of Metallic Gold #CFAD41

Color information

#CFAD41 (or 0xCFAD41) is unknown color: approx Metallic Gold. HEX triplet: CF, AD and 41. RGB value is (207,173,65). Sum of RGB (Red+Green+Blue) = 207+173+65=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD41 is #3052BE. Grayscale: #ABABAB. Windows color (decimal): -3166911 or 4304335. OLE color: 4304335.

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

Color convert

RGB20717365-
CMYK00.160.690.19
HSL45.63º59.66%53.33%-
HSV(B)45.63º68.6%81.18%-
XYZ41.6343.5311.21-
YUV170.8568.26153.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=46.52%
G=38.88%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071736500.160.690.1945.6359.6653.33
HexCFAD4101045132e3c35
Octal31725510102010523567465
Binary11001111101011011000001010000100010110011101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAD41; }

 p { color: rgb(207,173,65); }

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

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

 a { background-color: rgb(207,173,65); }

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

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

 span { border-color: rgb(207,173,65); }

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