#CFAB40

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

Shades of Metallic Gold #CFAB40

Tints of Metallic Gold #CFAB40

Color information

#CFAB40 (or 0xCFAB40) is unknown color: approx Metallic Gold. HEX triplet: CF, AB and 40. RGB value is (207,171,64). Sum of RGB (Red+Green+Blue) = 207+171+64=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB40 is #3054BF. Grayscale: #AAAAAA. Windows color (decimal): -3167424 or 4238287. OLE color: 4238287.

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

Color convert

RGB20717164-
CMYK00.170.690.19
HSL44.9º59.83%53.14%-
HSV(B)44.9º69.08%81.18%-
XYZ41.2242.7610.93-
YUV169.5768.43154.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.83%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 64 (25.39% from 255) = 14.48%
R=46.83%
G=38.69%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071716400.170.690.1944.959.8353.14
HexCFAB4001145132d3c35
Octal31725310002110523557465
Binary11001111101010111000000010001100010110011101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB40; }

 p { color: rgb(207,171,64); }

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

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

 a { background-color: rgb(207,171,64); }

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

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

 span { border-color: rgb(207,171,64); }

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