#CFAA41

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

Shades of Metallic Gold #CFAA41

Tints of Metallic Gold #CFAA41

Color information

#CFAA41 (or 0xCFAA41) is unknown color: approx Metallic Gold. HEX triplet: CF, AA and 41. RGB value is (207,170,65). Sum of RGB (Red+Green+Blue) = 207+170+65=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA41 is #3055BE. Grayscale: #A9A9A9. Windows color (decimal): -3167679 or 4303567. OLE color: 4303567.

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

Color convert

RGB20717065-
CMYK00.180.690.19
HSL44.37º59.66%53.33%-
HSV(B)44.37º68.6%81.18%-
XYZ41.0642.411.02-
YUV169.0969.26155.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 65 (25.78% from 255) = 14.71%
R=46.83%
G=38.46%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071706500.180.690.1944.3759.6653.33
HexCFAA4101245132c3c35
Octal31725210102210523547465
Binary11001111101010101000001010010100010110011101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA41; }

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

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

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

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

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

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

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

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